NetBSD/usr.sbin/tcpdchk/Makefile

14 lines
304 B
Makefile
Raw Normal View History

1999-02-15 07:00:14 +03:00
# $NetBSD: Makefile,v 1.8 1999/02/15 04:00:14 hubertf 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
CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap
.include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
1997-01-11 05:06:52 +03:00
.include <bsd.prog.mk>