Home | History | Annotate | Line # | Download | only in tcpdchk
Makefile revision 1.7
      1 #	$Netbsd$
      2 
      3 PROG=	tcpdchk
      4 SRCS=	tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
      5 MAN=	tcpdchk.8
      6 LDADD=	-lwrap
      7 DPADD=	${LIBWRAP}
      8 
      9 CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap
     10 
     11 .include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
     12 
     13 .include <bsd.prog.mk>
     14