xref: /netbsd/usr.sbin/tcpdchk/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.11 2002/05/24 09:57:25 tron Exp $
2
3PROG=	tcpdchk
4SRCS=	tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
5MAN=	tcpdchk.8
6LDADD=	-lwrap
7DPADD=	${LIBWRAP}
8
9CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap -DSYS_ERRLIST_DEFINED
10
11.include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
12
13.include <bsd.prog.mk>
14