summaryrefslogtreecommitdiffstats
path: root/usr.sbin/portmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/portmap/Makefile')
-rw-r--r--usr.sbin/portmap/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile
index 244a192..ded9846 100644
--- a/usr.sbin/portmap/Makefile
+++ b/usr.sbin/portmap/Makefile
@@ -1,8 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= portmap
-DPADD= ${LIBRPC}
-LDADD= -lrpc
-MAN8= portmap.0
+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)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud