diff options
author | imp <imp@FreeBSD.org> | 2014-05-15 01:27:24 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-05-15 01:27:24 +0000 |
commit | a42e7aedc5d59e50ffd00aa60ffdf6ca30ee4488 (patch) | |
tree | 9fa363abcebf2d75ebe256513bffc5032864bbae /usr.bin/bmake/Makefile.inc | |
parent | 313ef5ff8f77850de4694b9c16ca510403cbc56f (diff) | |
download | FreeBSD-src-a42e7aedc5d59e50ffd00aa60ffdf6ca30ee4488.zip FreeBSD-src-a42e7aedc5d59e50ffd00aa60ffdf6ca30ee4488.tar.gz |
Undo changes to the generated Makefile. Move tests directory to proper
location, including updating the test to work in the more-fragile
fmake -> bmake bootstrap environment.
Diffstat (limited to 'usr.bin/bmake/Makefile.inc')
-rw-r--r-- | usr.bin/bmake/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc index 25f9a3a..89c5f61 100644 --- a/usr.bin/bmake/Makefile.inc +++ b/usr.bin/bmake/Makefile.inc @@ -13,5 +13,9 @@ PROG= make NO_SHARED?= YES .endif +.if defined(MK_TESTS) && ${MK_TESTS} != no +SUBDIR+= tests +.endif + WARNS=3 CFLAGS+= -DNO_PWD_OVERRIDE |