freebsd-dev/sbin/ipf/ipfstat/Makefile

12 lines
150 B
Makefile
Raw Normal View History

# $FreeBSD$
NOGCCERROR= # defined
PROG= ipfstat
SRCS= ipfstat.c
MAN= ipfstat.8
DPADD+= ${LIBCURSES}
LDADD+= -lcurses
.include <bsd.prog.mk>