mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
11 lines
150 B
Makefile
11 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
NOGCCERROR= # defined
|
|
|
|
PROG= ipfstat
|
|
SRCS= ipfstat.c
|
|
MAN= ipfstat.8
|
|
DPADD+= ${LIBCURSES}
|
|
LDADD+= -lcurses
|
|
|
|
.include <bsd.prog.mk>
|