summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2014-01-31 23:25:18 +0100
committerTim Rice <tim@multitalents.net>2014-01-31 23:25:18 +0100
commit69d0d09f76bab5aec86fbf78489169f63bd16475 (patch)
treee23c7c36ea261a50c781c51b002b3840eb41c0e5 /Makefile.in
parent - (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes (diff)
downloadopenssh-69d0d09f76bab5aec86fbf78489169f63bd16475.tar.xz
openssh-69d0d09f76bab5aec86fbf78489169f63bd16475.zip
- (tim) [Makefile.in] build regress/setuid-allow.
Diffstat (limited to '')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a8aa1272a..41f704bb4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.352 2014/01/27 06:35:04 dtucker Exp $
+# $Id: Makefile.in,v 1.353 2014/01/31 22:25:19 tim Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -408,7 +408,7 @@ regress/setuid-allowed$(EXEEXT): $(srcdir)/regress/setuid-allowed.c
$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \
$(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
-tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
+tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT) regress/setuid-allowed$(EXEEXT)
BUILDDIR=`pwd`; \
TEST_SHELL="@TEST_SHELL@"; \
TEST_SSH_SCP="$${BUILDDIR}/scp"; \