aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/ipfstat/Makefile
blob: c2b422df42f4454f60bd59cc43954ab250e32a40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$FreeBSD$

NOGCCERROR=	# defined

PROG=		ipfstat
SRCS=		ipfstat.c
MAN=		ipfstat.8
DPADD+=  	${LIBCURSES}
LDADD+=  	-lcurses

NO_PIE=	yes

.include <bsd.prog.mk>