Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf/npfctl remove libcrypto dependency, fix other d...
details: https://anonhg.NetBSD.org/src/rev/64ae31096d11
branches: trunk
changeset: 346162:64ae31096d11
user: christos <christos%NetBSD.org@localhost>
date: Wed Jun 29 21:40:10 2016 +0000
description:
remove libcrypto dependency, fix other dependencies.
diffstat:
usr.sbin/npf/npfctl/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 060d72170ac7 -r 64ae31096d11 usr.sbin/npf/npfctl/Makefile
--- a/usr.sbin/npf/npfctl/Makefile Wed Jun 29 20:07:52 2016 +0000
+++ b/usr.sbin/npf/npfctl/Makefile Wed Jun 29 21:40:10 2016 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index