diff options
author | Tim Rice <tim@multitalents.net> | 2015-02-25 09:56:48 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2015-02-25 09:56:48 -0800 |
commit | e6b950341dd75baa8526f1862bca39e52f5b879b (patch) | |
tree | 22e6a42740919f8fc51952489dfabc3e273ea5e9 | |
parent | 6f621603f9cff2a5d6016a404c96cb2f8ac2dec0 (diff) |
Revert "Work around finicky USL linker so netcat will build."
This reverts commit d1db656021d0cd8c001a6692f772f1de29b67c8b.
No longer needed with commit 678e473e2af2e4802f24dd913985864d9ead7fb3
-rw-r--r-- | Makefile.in | 2 |
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 | ||
461 | regress/netcat$(EXEEXT): $(srcdir)/regress/netcat.c | 461 | regress/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 | ||
465 | UNITTESTS_TEST_HELPER_OBJS=\ | 465 | UNITTESTS_TEST_HELPER_OBJS=\ |
466 | regress/unittests/test_helper/test_helper.o \ | 466 | regress/unittests/test_helper/test_helper.o \ |