Module Name:    src
Committed By:   christos
Date:           Sun Dec 11 15:43:48 UTC 2016

Modified Files:
        src/libexec/identd: Makefile

Log Message:
Add libprop for static linking


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/libexec/identd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/identd/Makefile
diff -u src/libexec/identd/Makefile:1.14 src/libexec/identd/Makefile:1.15
--- src/libexec/identd/Makefile:1.14	Sat Dec 10 00:43:11 2016
+++ src/libexec/identd/Makefile	Sun Dec 11 10:43:48 2016
@@ -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>

Reply via email to