Source-Changes-HG archive

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

[src/trunk]: src/lib/libwrap fix missing chars



details:   https://anonhg.NetBSD.org/src/rev/43672d8d841d
branches:  trunk
changeset: 953399:43672d8d841d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 07 20:54:41 2021 +0000

description:
fix missing chars

diffstat:

 lib/libwrap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d2fd15d10f8 -r 43672d8d841d lib/libwrap/Makefile
--- a/lib/libwrap/Makefile      Sun Mar 07 20:52:11 2021 +0000
+++ b/lib/libwrap/Makefile      Sun Mar 07 20:54:41 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2021/03/07 15:09:12 christos Exp $
+#      $NetBSD: Makefile,v 1.13 2021/03/07 20:54:41 christos Exp $
 
 USE_FORT?= yes # network server
 
@@ -15,7 +15,7 @@
 MLINKS+=hosts_access.3 request_set.3
 
 #LDADD+=-lblocklist
-PADD+=${LIBBLOCKLIST}
+#DPADD+=${LIBBLOCKLIST}
 
 INCS= tcpd.h
 INCSDIR=/usr/include



Home | Main Index | Thread Index | Old Index