diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-05-17 19:37:16 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-05-17 19:37:16 +0000 |
| commit | 8ebb983529212611ba8041e90a161e043463fac6 (patch) | |
| tree | 31795aae9313ad27428d807d124c35a341b1e82c /usr.bin | |
| parent | 1c6951aeb60fb647c4716d279de919c4627d94bc (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/bmake/Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc index b6d5ad83d74a7..7b5f54598a090 100644 --- a/usr.bin/bmake/Makefile.inc +++ b/usr.bin/bmake/Makefile.inc @@ -1,5 +1,12 @@ # $FreeBSD$ +# we need the up to date bsd.own.mk +.if ${.CURDIR:M*make} == "" +.sinclude "share/mk/bsd.own.mk" +.else +.sinclude "../../share/mk/bsd.own.mk" +.endif +# the above should have found it... .include "bsd.own.mk" .if defined(.PARSEDIR) @@ -16,3 +23,4 @@ NO_SHARED?= YES .endif WARNS=3 +CFLAGS+= -DNO_PWD_OVERRIDE |
