aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
commit01df2ec3284983bfe28031d1c86c13ffd4a21b7e (patch)
tree3eee8dd61f995528c0a9e5d0ffb9521208186643 /etc
parent046eb0421efae11e9abc90815592fe370c77c8e6 (diff)
downloadsrc-01df2ec3284983bfe28031d1c86c13ffd4a21b7e.tar.gz
src-01df2ec3284983bfe28031d1c86c13ffd4a21b7e.zip
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
Notes
Notes: svn path=/head/; revision=95327
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 0a341bfd2f3f..986aa16d0a33 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