Home | History | Annotate | Line # | Download | only in tcpdmatch
Makefile revision 1.10
      1  1.10     lukem #	$NetBSD: Makefile,v 1.10 2002/09/18 03:54:38 lukem Exp $
      2   1.7     perry #
      3   1.1       cjs 
      4  1.10     lukem .include <bsd.own.mk>
      5  1.10     lukem 
      6   1.1       cjs PROG=	tcpdmatch
      7   1.1       cjs SRCS=	tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c
      8   1.1       cjs MAN=	tcpdmatch.8
      9   1.5  christos TCPDCHK=${.CURDIR}/../tcpdchk
     10   1.5  christos .PATH: ${TCPDCHK}
     11  1.10     lukem CPPFLAGS+= -I${TCPDCHK} -I${NETBSDSRCDIR}/lib/libwrap -DSYS_ERRLIST_DEFINED
     12   1.1       cjs LDADD=	-lwrap
     13   1.2  christos DPADD=	${LIBWRAP}
     14   1.1       cjs 
     15  1.10     lukem .include "${NETBSDSRCDIR}/lib/libwrap/Makefile.cflags"
     16   1.1       cjs 
     17   1.1       cjs .include <bsd.prog.mk>
     18