1994-04-12 11:48:20 +04:00
|
|
|
#
|
|
|
|
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
|
|
|
|
#
|
1994-08-12 05:19:31 +04:00
|
|
|
# $Id: Makefile.inc,v 1.6 1994/08/12 01:19:31 deraadt Exp $
|
1994-04-12 11:48:20 +04:00
|
|
|
|
|
|
|
.ifdef DESTDIR
|
1994-08-12 05:19:31 +04:00
|
|
|
snap_md: netbsd netbsd.scsi3 inst
|
1994-07-27 09:26:15 +04:00
|
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/SPARC/netbsd \
|
|
|
|
${DESTDIR}/snapshot/netbsd
|
1994-08-12 05:19:31 +04:00
|
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/SPARC_SCSI3/netbsd \
|
|
|
|
${DESTDIR}/snapshot/netbsd.scsi3
|
1994-04-12 11:48:20 +04:00
|
|
|
|
1994-07-27 09:26:15 +04:00
|
|
|
netbsd:
|
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/conf && config.new SPARC
|
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/compile/SPARC && \
|
1994-04-12 11:48:20 +04:00
|
|
|
make clean && make depend && make
|
1994-04-18 14:48:48 +04:00
|
|
|
|
1994-08-12 05:19:31 +04:00
|
|
|
netbsd.scsi3:
|
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/conf && config.new SPARC_SCSI3
|
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/compile/SPARC_SCSI3 && \
|
|
|
|
make clean && make depend && make
|
|
|
|
|
1994-04-18 14:48:48 +04:00
|
|
|
inst:
|
1994-04-20 16:44:53 +04:00
|
|
|
cp ${.CURDIR}/etc.sparc/README ${DESTDIR}/snapshot/README
|
|
|
|
cp ${.CURDIR}/etc.sparc/install.sh ${DESTDIR}/snapshot/install.sh
|
1994-04-18 14:48:48 +04:00
|
|
|
|
1994-04-12 11:48:20 +04:00
|
|
|
.endif # DESTDIR check
|