mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
|
|
PACKAGE=examples
|
|
FILESDIR=${SHAREDIR}/examples/${PROG}
|
|
PROG= perfmon
|
|
MAN=
|
|
|
|
install:
|
|
|
|
.include <bsd.prog.mk>
|