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