mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
NOGCCERROR= # defined
|
|
|
|
PROG= ipfstat
|
|
SRCS= ipfstat.c
|
|
MAN= ipfstat.8
|
|
LIBADD+= ncursesw
|
|
|
|
.include <bsd.prog.mk>
|