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