summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-12-11 15:43:48 +0000
committerchristos <christos@NetBSD.org>2016-12-11 15:43:48 +0000
commitb3522f9a958108cd87fcd093f17a9fbbeffe421f (patch)
tree9f181c898610534485e4bd4be7a7cc0a4c48b5bb /libexec
parent4138bfd1394fe32303fe0efee3b0f3cf84dc290a (diff)
Add libprop for static linking
Diffstat (limited to 'libexec')
-rw-r--r--libexec/identd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/identd/Makefile b/libexec/identd/Makefile
index e857967ab79..51343c10b78 100644
--- a/libexec/identd/Makefile
+++ b/libexec/identd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/12/10 05:43:11 christos Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/11 15:43:48 christos Exp $
.include <bsd.own.mk>
@@ -22,8 +22,8 @@ CPPFLAGS+=-DWITH_PF
.if (${MKNPF} != "no")
SRCS+= npf.c
CPPFLAGS+=-DWITH_NPF
-LDADD+=-lnpf
-DPADD+=${LIBNPF}
+LDADD+=-lnpf -lprop
+DPADD+=${LIBNPF} ${LIBPROP}
.endif
.include <bsd.prog.mk>