diff options
| author | John Hay <jhay@FreeBSD.org> | 2002-08-09 08:22:02 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 2002-08-09 08:22:02 +0000 |
| commit | 4ecb22fb960ebb59472ab03e9a03321108b93100 (patch) | |
| tree | b66f3ca325238f8deefeec945a1513ce2029a9e5 /release | |
| parent | ec603460650884e1fa496cf014e4d71c67352c7d (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 7124c677b2c9..6f4183326566 100644 --- a/release/Makefile +++ b/release/Makefile @@ -840,7 +840,7 @@ iso.1: fbsd_livefs ${CD}/disc2.iso ${CD_DISC2}; \ if [ "x${CD_EXTRA_BITS}" != "x" ]; then \ sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \ - fbsd_boot ${CD}/disc1.iso ${CD_DISC1} ${CD_EXTRA_BITS}; \ + fbsd_boot ${CD}/disc1.iso ${CD_DISC1} ${CD_EXTRA_BITS} \ && false; \ fi \ else \ |
