1994-04-12 11:48:20 +04:00
|
|
|
#
|
|
|
|
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
|
|
|
|
#
|
1995-05-12 12:51:55 +04:00
|
|
|
# $Id: Makefile.inc,v 1.7 1995/05/12 08:51:55 pk 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
|
1995-05-12 12:51:55 +04:00
|
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/netbsd \
|
1994-07-27 09:26:15 +04:00
|
|
|
${DESTDIR}/snapshot/netbsd
|
1995-05-12 12:51:55 +04:00
|
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/netbsd \
|
1994-08-12 05:19:31 +04:00
|
|
|
${DESTDIR}/snapshot/netbsd.scsi3
|
1994-04-12 11:48:20 +04:00
|
|
|
|
1994-07-27 09:26:15 +04:00
|
|
|
netbsd:
|
1995-05-12 12:51:55 +04:00
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/conf && config GENERIC
|
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC && \
|
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:
|
1995-05-12 12:51:55 +04:00
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/conf && config GENERIC_SCSI3
|
|
|
|
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3 && \
|
1994-08-12 05:19:31 +04:00
|
|
|
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
|