1 1.1 cgd # 2 1.1 cgd # etc.i386/Makefile.inc -- i386-specific etc Makefile targets 3 1.1 cgd # 4 1.1 cgd # $Id: Makefile.inc,v 1.1 1994/03/05 08:06:47 cgd Exp $ 5 1.1 cgd 6 1.1 cgd .ifdef DESTDIR 7 1.1 cgd snap_md: netbsd-aha netbsd-ahbbt 8 1.1 cgd cp ${.CURDIR}/../sys/arch/i386/compile/GENERICAHA/netbsd \ 9 1.1 cgd ${DESTDIR}/snapshot/netbsd-aha 10 1.1 cgd cp ${.CURDIR}/../sys/arch/i386/compile/GENERICAHBBT/netbsd \ 11 1.1 cgd ${DESTDIR}/snapshot/netbsd-ahbbt 12 1.1 cgd netbsd-aha: 13 1.1 cgd cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICAHA 14 1.1 cgd cd ${.CURDIR}/../sys/arch/i386/compile/GENERICAHA && \ 15 1.1 cgd make clean && make depend && make 16 1.1 cgd 17 1.1 cgd netbsd-ahbbt: 18 1.1 cgd cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICAHBBT 19 1.1 cgd cd ${.CURDIR}/../sys/arch/i386/compile/GENERICAHBBT && \ 20 1.1 cgd make clean && make depend && make 21 1.1 cgd .endif # DESTDIR check 22