NetBSD/usr.sbin/tcpdmatch/Makefile

16 lines
391 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2002/05/24 11:29:40 tron Exp $
1998-01-09 11:03:16 +03:00
#
1997-01-11 05:09:50 +03:00
PROG= tcpdmatch
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c
MAN= tcpdmatch.8
1997-10-12 01:48:50 +04:00
TCPDCHK=${.CURDIR}/../tcpdchk
.PATH: ${TCPDCHK}
CPPFLAGS+= -I${TCPDCHK} -I${.CURDIR}/../../lib/libwrap -DSYS_ERRLIST_DEFINED
1997-01-11 05:09:50 +03:00
LDADD= -lwrap
1997-03-25 01:02:40 +03:00
DPADD= ${LIBWRAP}
1997-01-11 05:09:50 +03:00
.include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
.include <bsd.prog.mk>