xref: /freebsd-13.1/sbin/ipf/ipfstat/Makefile (revision 7de1daeb)
1#	$FreeBSD$
2
3NOGCCERROR=	# defined
4
5PACKAGE=	ipf
6PROG=		ipfstat
7SRCS=		ipfstat.c
8MAN=		ipfstat.8
9LIBADD+=	ncursesw
10
11.include <bsd.prog.mk>
12