14 lines
304 B
Makefile
14 lines
304 B
Makefile
# $NetBSD: Makefile,v 1.8 1999/02/15 04:00:14 hubertf Exp $
|
|
|
|
PROG= tcpdchk
|
|
SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
|
|
MAN= tcpdchk.8
|
|
LDADD= -lwrap
|
|
DPADD= ${LIBWRAP}
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap
|
|
|
|
.include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
|
|
|
|
.include <bsd.prog.mk>
|