mirror of
https://github.com/opnsense/src.git
synced 2026-07-02 05:49:46 -04:00
Reviewed by: imp, ziaee (both a previous version) Differential Revision: https://reviews.freebsd.org/D50878
12 lines
197 B
Makefile
12 lines
197 B
Makefile
PACKAGE= nuageinit
|
|
SCRIPTS= nuageinit
|
|
FILES= nuage.lua yaml.lua
|
|
FILESDIR= ${SHAREDIR}/flua
|
|
MAN= nuageinit.7
|
|
|
|
.include <src.opts.mk>
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|