diff options
Diffstat (limited to 'usr.sbin/tcpdmatch')
-rw-r--r-- | usr.sbin/tcpdmatch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile index f8ccf8a..bbe29a4 100644 --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -16,7 +16,6 @@ CFLAGS+=-DINET6 WARNS?= 0 -DPADD= ${LIBWRAP} -LDADD= -lwrap +LIBADD= wrap .include <bsd.prog.mk> |