NetBSD/usr.sbin/tcpdmatch/Makefile

14 lines
311 B
Makefile
Raw Normal View History

1997-01-11 05:09:50 +03:00
# $Netbsd$
PROG= tcpdmatch
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c
MAN= tcpdmatch.8
.PATH: ${.CURDIR}/../tcpdchk
1997-01-11 05:09:50 +03:00
CFLAGS+= -I${.CURDIR}/../tcpdchk -I${.CURDIR}/../../lib/libwrap
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>