]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/ipf/ipfstat/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / ipf / ipfstat / Makefile
1 #       $FreeBSD$
2
3 NOGCCERROR=     # defined
4
5 PROG=           ipfstat
6 SRCS=           ipfstat.c
7 MAN=            ipfstat.8
8 DPADD+=         ${LIBCURSES}
9 LDADD+=         -lcurses
10
11 .include <bsd.prog.mk>