summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
committerobrien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
commitc8378615464233ebe8d09d2c58dbd40032d77e45 (patch)
tree3eee8dd61f995528c0a9e5d0ffb9521208186643 /etc
parent3311fa2aba4cbec458dc454de77133714a47ccfa (diff)
downloadFreeBSD-src-c8378615464233ebe8d09d2c58dbd40032d77e45.zip
FreeBSD-src-c8378615464233ebe8d09d2c58dbd40032d77e45.tar.gz
Change the name of the 'bin' distribution to 'base'.
This is done since it contains much more than /bin, and also gets in the way when making a combined install+fixit CD. OK'ed by: jkh
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 0a341bf..986aa16 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -60,9 +60,9 @@ FREEBSD+= ${COPYRIGHT}
etc:
distribute:
- cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin
+ cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
.if defined(OBJFORMAT)
- echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/bin/etc/objformat
+ echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/${DISTRIBUTION}/etc/objformat
.endif
@echo
OpenPOWER on IntegriCloud