Home | History | Annotate | Line # | Download | only in tcpdmatch
Makefile revision 1.6
      1  1.1       cjs #	$Netbsd$
      2  1.1       cjs 
      3  1.6     lukem WARNS?=	0
      4  1.1       cjs PROG=	tcpdmatch
      5  1.1       cjs SRCS=	tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c
      6  1.1       cjs MAN=	tcpdmatch.8
      7  1.5  christos TCPDCHK=${.CURDIR}/../tcpdchk
      8  1.5  christos .PATH: ${TCPDCHK}
      9  1.5  christos CPPFLAGS+= -I${TCPDCHK} -I${.CURDIR}/../../lib/libwrap
     10  1.1       cjs LDADD=	-lwrap
     11  1.2  christos DPADD=	${LIBWRAP}
     12  1.1       cjs 
     13  1.1       cjs .include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
     14  1.1       cjs 
     15  1.1       cjs .include <bsd.prog.mk>
     16