diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-21 12:42:56 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-21 12:42:56 +0000 |
| commit | eb09e01cdce82ff3035135b53e2fdad138dde98a (patch) | |
| tree | 5f72a9e87f143aa6b71df388539b7c8f189b3947 /etc | |
| parent | 5a83efa2565a17abe1a19434c113e336ba480990 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index 4db3e98fa31c..bea5b19c8ee3 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.67 1994/06/20 03:39:59 jkh Exp $ +# $Id: Makefile,v 1.68 1994/06/21 11:02:38 jkh Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -220,11 +220,11 @@ crunch: extract: install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ - ${.CURDIR}/etc.i386/INSTALL_bin.sh ${RELEASEDIR}/tarballs/bindist + ${.CURDIR}/etc.i386/EXTRACT_bin.sh ${RELEASEDIR}/tarballs/bindist install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ - ${.CURDIR}/etc.i386/INSTALL_src.sh ${RELEASEDIR}/tarballs/srcdist + ${.CURDIR}/etc.i386/EXTRACT_src.sh ${RELEASEDIR}/tarballs/srcdist install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ - ${.CURDIR}/etc.i386/INSTALL_secr.sh ${RELEASEDIR}/tarballs/secrdist + ${.CURDIR}/etc.i386/EXTRACT_secr.sh ${RELEASEDIR}/tarballs/secrdist hcx9-distribution: (cd ${.CURDIR}/etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} \ |
