Index: Makefile =================================================================== RCS file: /a/ncvs/src/release/Makefile,v retrieving revision 1.732 diff -u -r1.732 Makefile --- Makefile 3 Dec 2002 04:02:13 -0000 1.732 +++ Makefile 9 Dec 2002 02:22:03 -0000 @@ -788,6 +788,8 @@ ${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)