freebsd-dev/usr.sbin/tcpdmatch/Makefile
Mark Murray 8d4b20e333 Build tcp_wrappers' userland. I am not building tcpd, because in a day
or two, inetd will gain the necessary functionality. At that stage,
I'll make wrapping the default for sendmail and portmapper as well.
1999-03-14 18:02:14 +00:00

20 lines
314 B
Makefile

#
# $Id$
#
MAINTAINER=markm@FreeBSD.org
PROG= tcpdmatch
MAN8= tcpdmatch.8
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
DPADD= ${LIBWRAP}
LDADD= -lwrap
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
.include <bsd.prog.mk>