Module Name: src Committed By: christos Date: Wed Jun 29 21:40:10 UTC 2016
Modified Files: src/usr.sbin/npf/npfctl: Makefile Log Message: remove libcrypto dependency, fix other dependencies. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/npf/npfctl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/npf/npfctl/Makefile diff -u src/usr.sbin/npf/npfctl/Makefile:1.11 src/usr.sbin/npf/npfctl/Makefile:1.12 --- src/usr.sbin/npf/npfctl/Makefile:1.11 Wed Sep 18 21:04:45 2013 +++ src/usr.sbin/npf/npfctl/Makefile Wed Jun 29 17:40:10 2016 @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/09/19 01:04:45 rmind Exp $ +# $NetBSD: Makefile,v 1.12 2016/06/29 21:40:10 christos Exp $ + +.include <bsd.own.mk> PROG= npfctl MAN= npfctl.8 npf.conf.5 @@ -11,8 +13,8 @@ CPPFLAGS+= -I${.CURDIR} SRCS+= npf_scan.l npf_parse.y YHEADER= 1 -LDADD+= -lnpf -lprop -lcrypto -lpcap -lutil -ly -DPADD+= ${LIBNPF} ${LIBPROP} ${LIBUTIL} +LDADD+= -lnpf -lprop -lpcap -lutil -ly +DPADD+= ${LIBNPF} ${LIBPROP} ${LIBUTIL} ${LIBPCAP} ${LIBUTIL} ${LIBY} WARNS= 5 NOLINT= # disabled deliberately