summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-10 11:24:06 +0000
committermarcel <marcel@FreeBSD.org>1999-12-10 11:24:06 +0000
commit95b7ea18811f79bfe4b70f9f95e029ce13808af1 (patch)
treee2ae1338057565e968e72eca463cdba32632040c /Makefile.inc1
parent3eeb449d9b54ae4796f7f865f4ebd06d6d8a6672 (diff)
downloadFreeBSD-src-95b7ea18811f79bfe4b70f9f95e029ce13808af1.zip
FreeBSD-src-95b7ea18811f79bfe4b70f9f95e029ce13808af1.tar.gz
Remove installworld related settings that I had as a safety-net and
for development. :-/
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7a154a7..cda6ff0 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -137,9 +137,7 @@ XMAKEENV= ${CROSSENV} \
XMAKE= ${XMAKEENV} ${MAKE} -f Makefile.inc1
# cross make used for final installation
-IMAKEENV= ${CROSSENV} \
- DESTDIR=/usr1/release \
- PATH=${STRICTTMPPATH}
+IMAKEENV= ${CROSSENV}
IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
OpenPOWER on IntegriCloud