From ee5a34ecba51f02e3bf46b112e265abf976f39b6 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 25 Nov 2014 21:18:18 +0000 Subject: Convert to LIBADD Reduce overlinking --- libexec/tcpd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libexec/tcpd/Makefile') diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile index f3fbf29b5d5f1..03e8c52069afb 100644 --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -15,8 +15,7 @@ CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \ CFLAGS+=-DINET6 .endif -DPADD= ${LIBWRAP} -LDADD= -lwrap +LIBADD= wrap WARNS?= 1 -- cgit v1.3