aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/portmap/Makefile
blob: 1fe7220492d84aceb040c3d3d6d2b0aaca584a6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

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

.include <bsd.prog.mk>