Home | History | Annotate | Line # | Download | only in tcpdmatch
Makefile revision 1.1
      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.1  cjs 
     10  1.1  cjs .include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
     11  1.1  cjs 
     12  1.1  cjs .include <bsd.prog.mk>
     13