mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
We only need to look as far as '..' to find 'test/'.
This commit is contained in:
parent
7cfe69417c
commit
56d47fb9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ WARNS?= 2
|
|||
WFORMAT=0
|
||||
|
||||
.PATH: ${.CURDIR}/bltin \
|
||||
${.CURDIR}/../../bin/test
|
||||
${.CURDIR}/../test
|
||||
|
||||
CLEANFILES+= mkinit mkinit.o mknodes mknodes.o \
|
||||
mksyntax mksyntax.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue