summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-12-09 16:14:46 +0000
committermurray <murray@FreeBSD.org>2002-12-09 16:14:46 +0000
commitdaebc41b6b3114e4c707b83070787873949074a6 (patch)
tree031d663ba89ec944aff4e6a49d0a66e19dc9408b /release
parent7a64c79018af3c927f93a5b3a5504955661a219e (diff)
downloadFreeBSD-src-daebc41b6b3114e4c707b83070787873949074a6.zip
FreeBSD-src-daebc41b6b3114e4c707b83070787873949074a6.tar.gz
Create DRIVERS.TXT file to describe the contents of drivers.flp.
Approved by: re
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 6218bde..49419bb 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -788,6 +788,8 @@ release.10:
${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL}
# Do our last minute floppies directory setup in a convenient place.
.if !defined(NODOC)
+ @(cd ${RD}/driversfd; awk -f ${.CURDIR}/scripts/driver-desc.awk \
+ *.dsc >> ${RD}/floppies/DRIVERS.TXT)
@cp ${RND}/${RELNOTES_LANG}/installation/${TARGET}/article.txt \
${RD}/floppies/README.TXT
@(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)
OpenPOWER on IntegriCloud