summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3bd4adc01..40cc7aae1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -460,7 +460,7 @@ regress/setuid-allowed$(EXEEXT): $(srcdir)/regress/setuid-allowed.c
460 460
461regress/netcat$(EXEEXT): $(srcdir)/regress/netcat.c 461regress/netcat$(EXEEXT): $(srcdir)/regress/netcat.c
462 $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \ 462 $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \
463 $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lssh $(LIBS) 463 $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
464 464
465UNITTESTS_TEST_HELPER_OBJS=\ 465UNITTESTS_TEST_HELPER_OBJS=\
466 regress/unittests/test_helper/test_helper.o \ 466 regress/unittests/test_helper/test_helper.o \