]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (tim) [Makefile.in] build regress/setuid-allow.
authorTim Rice <tim@multitalents.net>
Fri, 31 Jan 2014 22:25:18 +0000 (14:25 -0800)
committerTim Rice <tim@multitalents.net>
Fri, 31 Jan 2014 22:25:18 +0000 (14:25 -0800)
ChangeLog
Makefile.in

index 2dd542ba240827ffbb040b3b84aa1f9a0651e5b8..46f157df869cd38ec79621407535f8f6be318aea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
    syscall from sandboxes; it may be called by packet_close.
  - (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros.  Fixes
    build with HP-UX's compiler.  Patch from Kevin Brott.
+ - (tim) [Makefile.in] build regress/setuid-allow.
 
 20140130
  - (djm) [configure.ac] Only check for width-specified integer types
index a8aa1272ad19cbfe85d9d8047fa74f3835f0ef61..41f704bb4d232b65bc7b723bce3d190355cc9c3a 100644 (file)
@@ -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"; \