|
|
@ -1,10 +1,10 @@ |
|
|
|
# |
|
|
|
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets |
|
|
|
# |
|
|
|
# $Id: Makefile.inc,v 1.6 1997/05/14 22:06:41 deraadt Exp $ |
|
|
|
# $Id: Makefile.inc,v 1.7 1997/09/18 17:17:40 deraadt Exp $ |
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
|
snap_md: bsd bsd.scsi3 floppies miniroot bootblocks ramdisk |
|
|
|
snap_md: bsd bsd.scsi3 bootblocks distrib |
|
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/bsd \ |
|
|
@ -20,19 +20,11 @@ bsd.scsi3: |
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3 && \ |
|
|
|
make clean && make depend && make |
|
|
|
|
|
|
|
floppies: |
|
|
|
cd ${.CURDIR}/../distrib/sparc/floppies && make cleandir && \ |
|
|
|
make && make install |
|
|
|
|
|
|
|
miniroot: |
|
|
|
cd ${.CURDIR}/../distrib/miniroot && make cleandir && \ |
|
|
|
make && make install |
|
|
|
|
|
|
|
ramdisk: |
|
|
|
cd ${.CURDIR}/../distrib/ramdisk && make cleandir && \ |
|
|
|
make && make install |
|
|
|
|
|
|
|
bootblocks: |
|
|
|
cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot |
|
|
|
|
|
|
|
distrib: |
|
|
|
cd ${.CURDIR}/../distrib && make cleandir && \ |
|
|
|
make && make install |
|
|
|
|
|
|
|
.endif # DESTDIR check |