1 1.7 perry # $NetBSD: Makefile,v 1.7 1998/01/09 08:11:50 perry Exp $ 2 1.7 perry # 3 1.1 cjs 4 1.6 lukem WARNS?= 0 5 1.1 cjs PROG= tcpdmatch 6 1.1 cjs SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c 7 1.1 cjs MAN= tcpdmatch.8 8 1.5 christos TCPDCHK=${.CURDIR}/../tcpdchk 9 1.5 christos .PATH: ${TCPDCHK} 10 1.5 christos CPPFLAGS+= -I${TCPDCHK} -I${.CURDIR}/../../lib/libwrap 11 1.1 cjs LDADD= -lwrap 12 1.2 christos DPADD= ${LIBWRAP} 13 1.1 cjs 14 1.1 cjs .include "${.CURDIR}/../../lib/libwrap/Makefile.cflags" 15 1.1 cjs 16 1.1 cjs .include <bsd.prog.mk> 17