aboutsummaryrefslogtreecommitdiff
path: root/libexec/tcpd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tcpd')
-rw-r--r--libexec/tcpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile
index f3fbf29b5d5f..03e8c52069af 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