mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
12 lines
179 B
Makefile
12 lines
179 B
Makefile
|
|
PACKAGE= nuageinit
|
||
|
|
SCRIPTS= nuageinit
|
||
|
|
FILES= nuage.lua yaml.lua
|
||
|
|
FILESDIR= ${SHAREDIR}/flua
|
||
|
|
|
||
|
|
.include <src.opts.mk>
|
||
|
|
|
||
|
|
HAS_TESTS=
|
||
|
|
SUBDIR.${MK_TESTS}+= tests
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|