Revert "Work around finicky USL linker so netcat will build."

This reverts commit d1db656021.

No longer needed with commit 678e473e2a
This commit is contained in:
Tim Rice 2015-02-25 09:56:48 -08:00
parent 6f621603f9
commit e6b950341d

View File

@ -460,7 +460,7 @@ regress/setuid-allowed$(EXEEXT): $(srcdir)/regress/setuid-allowed.c
regress/netcat$(EXEEXT): $(srcdir)/regress/netcat.c
$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \
$(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lssh $(LIBS)
$(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
UNITTESTS_TEST_HELPER_OBJS=\
regress/unittests/test_helper/test_helper.o \