1 1.7 perry # $NetBSD: Makefile.inc,v 1.8 1996/10/16 02:25:08 perry Exp $ 2 1.1 cgd # 3 1.1 cgd # etc.i386/Makefile.inc -- i386-specific etc Makefile targets 4 1.1 cgd # 5 1.8 perry 6 1.8 perry .ifdef DESTDIR 7 1.8 perry snap_md: netbsd-adp netbsd-other 8 1.8 perry 9 1.8 perry netbsd-adp: 10 1.8 perry cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICADP 11 1.8 perry cd ${.CURDIR}/../sys/arch/i386/compile/GENERICADP && \ 12 1.8 perry make clean && make depend && make 13 1.8 perry cp ${.CURDIR}/../sys/arch/i386/compile/GENERICADP/netbsd \ 14 1.8 perry ${DESTDIR}/snapshot/netbsd-adp 15 1.8 perry 16 1.8 perry netbsd-other: 17 1.8 perry cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICOTHER 18 1.8 perry cd ${.CURDIR}/../sys/arch/i386/compile/GENERICOTHER && \ 19 1.8 perry make clean && make depend && make 20 1.8 perry cp ${.CURDIR}/../sys/arch/i386/compile/GENERICOTHER/netbsd \ 21 1.8 perry ${DESTDIR}/snapshot/netbsd-other 22 1.8 perry 23 1.8 perry .endif # DESTDIR check 24