diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-03 03:36:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-03 03:36:34 +0000 |
| commit | 93713c9d5f8550fc1745c7d79e4b368cec55fe37 (patch) | |
| tree | 281fe32c24004503882b50eae8e9b2a57ee2dd97 /release | |
| parent | ed51787467154eb5536da5ad1939ba4f2074f83a (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 14e4a65836180..2dbad054bc165 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.422 1998/10/22 04:58:38 gpalmer Exp $ +# $Id: Makefile,v 1.423 1998/11/03 03:31:22 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -465,7 +465,9 @@ release.8: write_mfs_in_kernel dumpnlist echo "domain 53/udp nameserver" >> ${RD}/mfsfd/stand/etc/services echo "cmd 514/tcp shell" >> ${RD}/mfsfd/stand/etc/services gzip -c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz - -test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd + for i in README.TXT RELNOTES.TXT INSTALL.TXT UPGRADE.TXT HARDWARE.TXT; do \ + cp ${.CURDIR}/texts/$${i} ${RD}/mfsfd/stand/help; done + -TEST -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd @echo "Making the regular boot floppy." tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \ tar xvf - -C ${RD}/mfsfd/stand |
