summaryrefslogtreecommitdiffstats
path: root/usr.sbin/portmap
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-03-28 10:55:03 +0000
committermarkm <markm@FreeBSD.org>1999-03-28 10:55:03 +0000
commit76ab29871cd71fc45f441549048d02039b063f33 (patch)
tree6fd11204ef4b8e9206394b33a9c5b439e0370fab /usr.sbin/portmap
parentf15070b9aea1b418779b2ec9186b55362f8144d6 (diff)
downloadFreeBSD-src-76ab29871cd71fc45f441549048d02039b063f33.zip
FreeBSD-src-76ab29871cd71fc45f441549048d02039b063f33.tar.gz
Enable tcp_wrapper support by default.
Diffstat (limited to 'usr.sbin/portmap')
-rw-r--r--usr.sbin/portmap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile
index 1fe7220..cca9f5d 100644
--- a/usr.sbin/portmap/Makefile
+++ b/usr.sbin/portmap/Makefile
@@ -1,11 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= portmap
MAN8= portmap.8
SRCS= portmap.c from_local.c pmap_check.c
SUBDIR= pmap_set pmap_dump
-# -DHOSTS_ACCESS (requires tcpwrapper libraries)
-CFLAGS+=-DCHECK_PORT
+CFLAGS+=-DCHECK_PORT -DHOSTS_ACCESS
+DPADD+= ${LIBWRAP}
+LDFLAGS+=-lwrap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud