Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libwrap record the libblocklist dependency



details:   https://anonhg.NetBSD.org/src/rev/fb052026ea01
branches:  trunk
changeset: 953583:fb052026ea01
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 13 16:46:49 2021 +0000

description:
record the libblocklist dependency

diffstat:

 lib/libwrap/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 1e143ab6e871 -r fb052026ea01 lib/libwrap/Makefile
--- a/lib/libwrap/Makefile      Sat Mar 13 15:46:54 2021 +0000
+++ b/lib/libwrap/Makefile      Sat Mar 13 16:46:49 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2021/03/07 20:54:41 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2021/03/13 16:46:49 christos Exp $
 
 USE_FORT?= yes # network server
 
@@ -14,8 +14,8 @@
 MLINKS+=hosts_access.3 request_init.3
 MLINKS+=hosts_access.3 request_set.3
 
-#LDADD+=-lblocklist
-#DPADD+=${LIBBLOCKLIST}
+LDADD+=-lblocklist
+DPADD+=${LIBBLOCKLIST}
 
 INCS= tcpd.h
 INCSDIR=/usr/include



Home | Main Index | Thread Index | Old Index