mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Similar to r266147, don't define PROG in the test subdirs.
Magic things happen when including bsd.prog.mk in them. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
b4d7290796
commit
2254894222
1 changed files with 2 additions and 0 deletions
|
|
@ -7,7 +7,9 @@
|
|||
.export SRCTOP
|
||||
.endif
|
||||
|
||||
.if exists(${.CURDIR}/tests)
|
||||
PROG= make
|
||||
.endif
|
||||
|
||||
.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
|
||||
NO_SHARED?= YES
|
||||
|
|
|
|||
Loading…
Reference in a new issue