From 8fcecfd6f97520971d4ccd6ea706732d9ebea071 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Thu, 29 Sep 1994 09:36:16 +0000 Subject: [PATCH] Fix conflicts from import --- usr.sbin/portmap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile index ded9846ac67..1fe7220492d 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