aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/portmap
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-29 09:36:16 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-29 09:36:16 +0000
commit8fcecfd6f97520971d4ccd6ea706732d9ebea071 (patch)
tree64081f119da63e2d0dba9f6203ee39d08c8486f9 /usr.sbin/portmap
parent33e6aad96b073fc1a3afe33fbae0a2f30d3b8760 (diff)
Fix conflicts from import
Notes
Notes: svn path=/head/; revision=3195
Diffstat (limited to 'usr.sbin/portmap')
-rw-r--r--usr.sbin/portmap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile
index ded9846ac673..1fe7220492d8 100644
--- a/usr.sbin/portmap/Makefile
+++ b/usr.sbin/portmap/Makefile
@@ -5,6 +5,7 @@ MAN8= portmap.8
SRCS= portmap.c from_local.c pmap_check.c
SUBDIR= pmap_set pmap_dump
-CFLAGS+=-DCHECK_PORT # -DHOSTS_ACCESS (requires tcpwrapper libraries)
+# -DHOSTS_ACCESS (requires tcpwrapper libraries)
+CFLAGS+=-DCHECK_PORT
.include <bsd.prog.mk>