iscontrol(8): Fix synopsis, sync usage() & improve markup
[dragonfly.git] / usr.sbin / tcpdmatch / Makefile
blobc126534fbb16343b94ab2dde714a940597370409
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
9 WARNS?= 0
11 CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \
12 -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
13 .if !defined(NOINET6)
14 CFLAGS+=-DINET6
15 .endif
17 DPADD= ${LIBWRAP}
18 LDADD= -lwrap
20 .PATH: ${.CURDIR}/../../contrib/tcp_wrappers
22 .include <bsd.prog.mk>