Makefile revision 267233
1#	$FreeBSD: head/sbin/ipf/ipfstat/Makefile 267233 2014-06-08 17:29:31Z bdrewery $
2
3NOGCCERROR=	# defined
4
5PROG=		ipfstat
6SRCS=		ipfstat.c
7MAN=		ipfstat.8
8DPADD+=  	${LIBCURSES}
9LDADD+=  	-lcurses
10
11NO_PIE=	yes
12
13.include <bsd.prog.mk>
14