|
|
| version 1.2, 2003/12/01 10:10:22 | version 1.3, 2003/12/01 19:12:25 |
|---|---|
| Line 6 ISOROOT = ${ISODIR}/root | Line 6 ISOROOT = ${ISODIR}/root |
| OBJSYS= ${.OBJDIR}/../sys | OBJSYS= ${.OBJDIR}/../sys |
| KERNCONF ?= GENERIC | KERNCONF ?= GENERIC |
| .if !exists(/usr/local/bin/mkisofs) | #.if !exists(/usr/local/bin/mkisofs) |
| .error "You need to install the mkisofs port so I can build the ISO" | #.error "You need to install the mkisofs port so I can build the ISO" |
| .endif | #.endif |
| .if !exists(/usr/local/bin/cvsup) | #.if !exists(/usr/local/bin/cvsup) |
| .error "You need to install the cvsup port so I can put cvsup in the ISO" | #.error "You need to install the cvsup port so I can put cvsup in the ISO" |
| .endif | #.endif |
| release: clean buildworld1 buildkernel1 buildiso mkiso | release: clean buildworld1 buildkernel1 buildiso mkiso |