freebsd-dev/sbin/ipf/ipfstat/Makefile
Baptiste Daroussin 13eb765f2d Convert sbin/ to LIBADD
Reduce overlinking
2014-11-25 11:23:12 +00:00

11 lines
126 B
Makefile

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