summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@google.com>2014-12-22 16:30:42 +1100
committerDamien Miller <djm@google.com>2014-12-23 08:38:12 +1100
commit293cac52dcda123244b2e594d15592e5e481c55e (patch)
tree71bf4c530501609978a2a00bfa09fde01e4e9d61 /Makefile.in
parent8f6784f0cb56dc4fd00af3e81a10050a5785228d (diff)
include and use OpenBSD netcat in regress/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 06be3d5d5..9b485fba8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -436,6 +436,10 @@ regress/setuid-allowed$(EXEEXT): $(srcdir)/regress/setuid-allowed.c
436 $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \ 436 $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \
437 $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) 437 $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
438 438
439regress/netcat$(EXEEXT): $(srcdir)/regress/netcat.c
440 $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \
441 $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
442
439UNITTESTS_TEST_HELPER_OBJS=\ 443UNITTESTS_TEST_HELPER_OBJS=\
440 regress/unittests/test_helper/test_helper.o \ 444 regress/unittests/test_helper/test_helper.o \
441 regress/unittests/test_helper/fuzz.o 445 regress/unittests/test_helper/fuzz.o
@@ -476,6 +480,7 @@ regress/unittests/sshkey/test_sshkey$(EXEEXT): ${UNITTESTS_TEST_SSHKEY_OBJS} \
476REGRESS_BINARIES=\ 480REGRESS_BINARIES=\
477 regress/modpipe$(EXEEXT) \ 481 regress/modpipe$(EXEEXT) \
478 regress/setuid-allowed$(EXEEXT) \ 482 regress/setuid-allowed$(EXEEXT) \
483 regress/netcat$(EXEEXT) \
479 regress/unittests/sshbuf/test_sshbuf$(EXEEXT) \ 484 regress/unittests/sshbuf/test_sshbuf$(EXEEXT) \
480 regress/unittests/sshkey/test_sshkey$(EXEEXT) 485 regress/unittests/sshkey/test_sshkey$(EXEEXT)
481 486