summaryrefslogtreecommitdiff
path: root/lib/libnpf
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-05 13:07:46 +0000
committerchristos <christos@NetBSD.org>2016-01-05 13:07:46 +0000
commitdf3e07cb663ed1f5f3d34169ae3c6907e0920669 (patch)
tree07f7d2495a678a2b8f3e802a2a7d3d8d1f6d9163 /lib/libnpf
parente6b42f03f35e3ceb5ead8b786fa69b2a8a3647fe (diff)
- Change LDADD/DPADD in library dependencies to LIBDPLIBS
- Fix some LDADD abuse and remove useless dependencies - include <bsd.init.mk> in the right place where appropriate From Rin Okuyama
Diffstat (limited to 'lib/libnpf')
-rw-r--r--lib/libnpf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libnpf/Makefile b/lib/libnpf/Makefile
index 01cbedad581..75241b07fcd 100644
--- a/lib/libnpf/Makefile
+++ b/lib/libnpf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/07/22 22:28:47 christos Exp $
+# $NetBSD: Makefile,v 1.6 2016/01/05 13:07:47 christos Exp $
.include <bsd.own.mk>
@@ -13,8 +13,6 @@ INCS= npf.h
INCSDIR= /usr/include
LIBDPLIBS+= prop ${.CURDIR}/../libprop
-LDADD+= -lprop
-DPADD+= ${LIBPROP}
WARNS= 5
NOLINT= # disabled deliberately