summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-12-22 20:27:45 +0000
committerache <ache@FreeBSD.org>1999-12-22 20:27:45 +0000
commit5da2f41397966556545f8fcc9e48329f8793aecb (patch)
tree256eac50e96c52666277bb4d783291461f263980 /Makefile.inc1
parent3a481b8c578c1d0eebc83ab805beadc1b1f75c2e (diff)
downloadFreeBSD-src-5da2f41397966556545f8fcc9e48329f8793aecb.zip
FreeBSD-src-5da2f41397966556545f8fcc9e48329f8793aecb.tar.gz
Add ${WORLDTMP}/sbin to ${STRICTTMPPATH} - sysctl not found otherwise
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b4b33d3..f94bcbc 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -115,7 +115,7 @@ OBJTREE= ${MAKEOBJDIRPREFIX}/${MACHINE_ARCH}
.endif
WORLDTMP= ${OBJTREE}${.CURDIR}/${BUILD_ARCH}
# /usr/games added for fortune which depend on strfile and caesar.
-STRICTTMPPATH= ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games
+STRICTTMPPATH= ${WORLDTMP}/sbin:${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games
TMPPATH= ${STRICTTMPPATH}:${PATH}
#
OpenPOWER on IntegriCloud