]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ipf/ipfstat/Makefile
Merge ACPICA 20150619.
[FreeBSD/FreeBSD.git] / sbin / ipf / ipfstat / Makefile
1 #       $FreeBSD$
2
3 NOGCCERROR=     # defined
4
5 PROG=           ipfstat
6 SRCS=           ipfstat.c
7 MAN=            ipfstat.8
8 LIBADD+=        ncursesw
9
10 .include <bsd.prog.mk>