summaryrefslogtreecommitdiff
path: root/libexec/tcpd/tcpdchk/Makefile
blob: 4a24a0f89623074124e62b9283b677347ff28627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.1 1997/02/26 06:17:06 downsj Exp $

PROG=	tcpdchk
MAN=	tcpdchk.8

SRCS=	inetcf.c scaffold.c tcpdchk.c

DPADD=	${LIBWRAP}
LDADD=	-lwrap

BINDIR=	/usr/sbin

.include <bsd.prog.mk>