diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/identd/Makefile | 6 |
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> |
