From b3522f9a958108cd87fcd093f17a9fbbeffe421f Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 11 Dec 2016 15:43:48 +0000 Subject: Add libprop for static linking --- libexec/identd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libexec') 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 @@ -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 -- cgit