NetBSD/usr.sbin/tcpdmatch/Makefile

18 lines
425 B
Makefile
Raw Normal View History

2002-09-19 16:08:37 +04:00
# $NetBSD: Makefile,v 1.11 2002/09/19 12:08:38 lukem Exp $
1998-01-09 11:03:16 +03:00
#
1997-01-11 05:09:50 +03:00
2002-09-18 07:54:26 +04:00
.include <bsd.own.mk>
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
2002-09-19 16:08:37 +04:00
TCPDCHK=${NETBSDSRCDIR}/usr.sbin/tcpdchk
1997-10-12 01:48:50 +04:00
.PATH: ${TCPDCHK}
2002-09-18 07:54:26 +04:00
CPPFLAGS+= -I${TCPDCHK} -I${NETBSDSRCDIR}/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
2002-09-18 07:54:26 +04:00
.include "${NETBSDSRCDIR}/lib/libwrap/Makefile.cflags"
1997-01-11 05:09:50 +03:00
.include <bsd.prog.mk>