Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/identd Add libprop for static linking
details: https://anonhg.NetBSD.org/src/rev/5999db70baff
branches: trunk
changeset: 349478:5999db70baff
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 11 15:43:48 2016 +0000
description:
Add libprop for static linking
diffstat:
libexec/identd/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 939d9a6f4a7a -r 5999db70baff libexec/identd/Makefile
--- a/libexec/identd/Makefile Sun Dec 11 15:01:37 2016 +0000
+++ b/libexec/identd/Makefile Sun Dec 11 15:43:48 2016 +0000
@@ -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 @@
.if (${MKNPF} != "no")
SRCS+= npf.c
CPPFLAGS+=-DWITH_NPF
-LDADD+=-lnpf
-DPADD+=${LIBNPF}
+LDADD+=-lnpf -lprop
+DPADD+=${LIBNPF} ${LIBPROP}
.endif
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index