diff options
author | Tim Rice <tim@multitalents.net> | 2014-01-31 14:25:18 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2014-01-31 14:25:18 -0800 |
commit | 69d0d09f76bab5aec86fbf78489169f63bd16475 (patch) | |
tree | e23c7c36ea261a50c781c51b002b3840eb41c0e5 | |
parent | 0eeafcd76b972a3d159f3118227c149a4d7817fe (diff) |
- (tim) [Makefile.in] build regress/setuid-allow.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -3,6 +3,7 @@ | |||
3 | syscall from sandboxes; it may be called by packet_close. | 3 | syscall from sandboxes; it may be called by packet_close. |
4 | - (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes | 4 | - (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes |
5 | build with HP-UX's compiler. Patch from Kevin Brott. | 5 | build with HP-UX's compiler. Patch from Kevin Brott. |
6 | - (tim) [Makefile.in] build regress/setuid-allow. | ||
6 | 7 | ||
7 | 20140130 | 8 | 20140130 |
8 | - (djm) [configure.ac] Only check for width-specified integer types | 9 | - (djm) [configure.ac] Only check for width-specified integer types |
diff --git a/Makefile.in b/Makefile.in index a8aa1272a..41f704bb4 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.352 2014/01/27 06:35:04 dtucker Exp $ | 1 | # $Id: Makefile.in,v 1.353 2014/01/31 22:25:19 tim Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -408,7 +408,7 @@ regress/setuid-allowed$(EXEEXT): $(srcdir)/regress/setuid-allowed.c | |||
408 | $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \ | 408 | $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \ |
409 | $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) | 409 | $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) |
410 | 410 | ||
411 | tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT) | 411 | tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT) regress/setuid-allowed$(EXEEXT) |
412 | BUILDDIR=`pwd`; \ | 412 | BUILDDIR=`pwd`; \ |
413 | TEST_SHELL="@TEST_SHELL@"; \ | 413 | TEST_SHELL="@TEST_SHELL@"; \ |
414 | TEST_SSH_SCP="$${BUILDDIR}/scp"; \ | 414 | TEST_SSH_SCP="$${BUILDDIR}/scp"; \ |