MFC:
[dragonfly.git] / usr.sbin / tcpdmatch / Makefile
blob4b22e8b7afa759844c1ca24d0c6fec26e2813faa
2 # $FreeBSD: src/usr.sbin/tcpdmatch/Makefile,v 1.2.2.2 2001/04/25 12:11:01 ru Exp $
3 # $DragonFly: src/usr.sbin/tcpdmatch/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $
6 PROG= tcpdmatch
7 MAN= tcpdmatch.8
8 SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
10 CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \
11 -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
12 .if !defined(NOINET6)
13 CFLAGS+=-DINET6
14 .endif
16 DPADD= ${LIBWRAP}
17 LDADD= -lwrap
19 .PATH: ${.CURDIR}/../../contrib/tcp_wrappers
21 .include <bsd.prog.mk>