mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install plain.test.mk.
This was missed when this file was first imported. Its atf.test.mk counterpart is already being installed and these are necessary if we want "make" within the source tree (not via "buildworld") to work. Approved by: rpaulo (mentor)
This commit is contained in:
parent
d8d2111e85
commit
f67f6c4e3b
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ FILESDIR= ${BINDIR}/mk
|
|||
|
||||
.if ${MK_TESTS} != "no"
|
||||
FILES+= atf.test.mk
|
||||
FILES+= plain.test.mk
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue