mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
NOGCCERROR= # defined
|
|
|
|
PACKAGE= ipf
|
|
PROG= ipfstat
|
|
SRCS= ipfstat.c
|
|
MAN= ipfstat.8
|
|
LIBADD+= tinfow ncursesw
|
|
|
|
.include <bsd.prog.mk>
|