1 1.1 cjs # $Netbsd$ 2 1.1 cjs 3 1.1 cjs PROG= tcpdmatch 4 1.1 cjs SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c 5 1.1 cjs MAN= tcpdmatch.8 6 1.1 cjs .PATH: ${.CURDIR}/../tcpdchk 7 1.1 cjs CFLAGS+= -I${.CURDIR}/../tcpdchk -I${.CURDIR}/../../lib/libwrap 8 1.1 cjs LDADD= -lwrap 9 1.2 christos DPADD= ${LIBWRAP} 10 1.1 cjs 11 1.1 cjs .include "${.CURDIR}/../../lib/libwrap/Makefile.cflags" 12 1.1 cjs 13 1.1 cjs .include <bsd.prog.mk> 14