2000-10-12 00:23:46 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2000/10/11 20:23:57 is Exp $
|
1997-01-11 05:06:52 +03:00
|
|
|
|
|
|
|
PROG= tcpdchk
|
|
|
|
SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
|
|
|
|
MAN= tcpdchk.8
|
|
|
|
LDADD= -lwrap
|
1997-03-25 01:02:40 +03:00
|
|
|
DPADD= ${LIBWRAP}
|
1997-01-11 05:06:52 +03:00
|
|
|
|
1997-10-12 01:41:34 +04:00
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap
|
1999-01-18 21:01:26 +03:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
|
1997-01-11 05:06:52 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|