1 1.8 hubertf # $NetBSD: Makefile,v 1.9 1999/08/27 16:07:23 itojun Exp $ 2 1.1 cjs 3 1.1 cjs PROG= tcpdchk 4 1.1 cjs SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c 5 1.1 cjs MAN= tcpdchk.8 6 1.1 cjs LDADD= -lwrap 7 1.2 christos DPADD= ${LIBWRAP} 8 1.1 cjs 9 1.3 christos CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap 10 1.7 christos 11 1.7 christos .include "${.CURDIR}/../../lib/libwrap/Makefile.cflags" 12 1.1 cjs 13 1.1 cjs .include <bsd.prog.mk> 14 1.9 itojun 15 1.9 itojun CFLAGS= 16