Module Name:    src
Committed By:   christos
Date:           Sun Mar  7 20:54:42 UTC 2021

Modified Files:
        src/lib/libwrap: Makefile

Log Message:
fix missing chars


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libwrap/Makefile

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

Modified files:

Index: src/lib/libwrap/Makefile
diff -u src/lib/libwrap/Makefile:1.12 src/lib/libwrap/Makefile:1.13
--- src/lib/libwrap/Makefile:1.12	Sun Mar  7 10:09:12 2021
+++ src/lib/libwrap/Makefile	Sun Mar  7 15:54:41 2021
@@ -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_init.3
 MLINKS+=hosts_access.3 request_set.3
 
 #LDADD+=-lblocklist
-PADD+=${LIBBLOCKLIST}
+#DPADD+=${LIBBLOCKLIST}
 
 INCS= tcpd.h
 INCSDIR=/usr/include

Reply via email to