1 1.1 deraadt # 2 1.1 deraadt # etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets 3 1.1 deraadt # 4 1.4.2.2 mycroft # $Id: Makefile.inc,v 1.4.2.2 1994/08/12 06:34:39 mycroft Exp $ 5 1.1 deraadt 6 1.1 deraadt .ifdef DESTDIR 7 1.4.2.2 mycroft snap_md: netbsd netbsd.scsi3 inst 8 1.4.2.1 cgd cp ${.CURDIR}/../sys/arch/sparc/compile/SPARC/netbsd \ 9 1.4.2.1 cgd ${DESTDIR}/snapshot/netbsd 10 1.4.2.2 mycroft cp ${.CURDIR}/../sys/arch/sparc/compile/SPARC_SCSI3/netbsd \ 11 1.4.2.2 mycroft ${DESTDIR}/snapshot/netbsd.scsi3 12 1.1 deraadt 13 1.4.2.1 cgd netbsd: 14 1.4.2.1 cgd cd ${.CURDIR}/../sys/arch/sparc/conf && config.new SPARC 15 1.4.2.1 cgd cd ${.CURDIR}/../sys/arch/sparc/compile/SPARC && \ 16 1.4.2.2 mycroft make clean && make depend && make 17 1.4.2.2 mycroft 18 1.4.2.2 mycroft netbsd.scsi3: 19 1.4.2.2 mycroft cd ${.CURDIR}/../sys/arch/sparc/conf && config.new SPARC_SCSI3 20 1.4.2.2 mycroft cd ${.CURDIR}/../sys/arch/sparc/compile/SPARC_SCSI3 && \ 21 1.1 deraadt make clean && make depend && make 22 1.2 deraadt 23 1.2 deraadt inst: 24 1.3 deraadt cp ${.CURDIR}/etc.sparc/README ${DESTDIR}/snapshot/README 25 1.3 deraadt cp ${.CURDIR}/etc.sparc/install.sh ${DESTDIR}/snapshot/install.sh 26 1.2 deraadt 27 1.1 deraadt .endif # DESTDIR check 28