mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
Fix a related typo while here. Note, this change results in the Kyuafile inclusion in the runtime package, which needs to be fixed, however addresses the PR as far as I can tell in my tests. PR: 209114 Submitted by: ngie Sponsored by: The FreeBSD Foundation
14 lines
196 B
Makefile
14 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
FILESGROUPS= FILES
|
|
PACKAGE= tests
|
|
FILESGROUPS+= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
TESTS+= Kyuafile
|
|
|
|
.PATH: ${SRCTOP}/tests
|
|
KYUAFILE= yes
|
|
|
|
.include <bsd.test.mk>
|