diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2002-12-09 16:42:23 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2002-12-09 16:42:23 +0000 |
| commit | 9314e0a12ee14ed6fec14b3f25649071bdec2f62 (patch) | |
| tree | 1b1380037b357ac36d164f94c96890043f9461e2 | |
| parent | fdd57f1a0c49ee2e532141c063ff649e64a9d995 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index 49419bbe5b8f..347a09b34d3e 100644 --- a/release/Makefile +++ b/release/Makefile @@ -788,8 +788,10 @@ release.10: ${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL} # Do our last minute floppies directory setup in a convenient place. .if !defined(NODOC) +.if ${TARGET} == "i386" @(cd ${RD}/driversfd; awk -f ${.CURDIR}/scripts/driver-desc.awk \ *.dsc >> ${RD}/floppies/DRIVERS.TXT) +.endif @cp ${RND}/${RELNOTES_LANG}/installation/${TARGET}/article.txt \ ${RD}/floppies/README.TXT @(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5) |
