freebsd-dev/sbin/ipf/ipfstat/Makefile

11 lines
126 B
Makefile
Raw Normal View History

# $FreeBSD$
NOGCCERROR= # defined
PROG= ipfstat
SRCS= ipfstat.c
MAN= ipfstat.8
LIBADD+= ncursesw
.include <bsd.prog.mk>