1# $FreeBSD$ 2 3NOGCCERROR= # defined 4 5PROG= ipfstat 6SRCS= ipfstat.c 7MAN= ipfstat.8 8LIBADD+= ncursesw 9 10.include <bsd.prog.mk> 11