freebsd-dev/usr.sbin/tcpdmatch/Makefile
2001-08-31 11:05:24 +00:00

21 lines
360 B
Makefile

# $FreeBSD$
MAINTAINER= markm@FreeBSD.org
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
PROG= tcpdmatch
MAN= tcpdmatch.8
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
.if !defined(NOINET6)
CFLAGS+=-DINET6
.endif
DPADD= ${LIBWRAP}
LDADD= -lwrap
.include <bsd.prog.mk>