Makefile.inc revision 1.2
1# 2# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets 3# 4# $Id: Makefile.inc,v 1.2 1994/04/09 02:47:12 chopps Exp $ 5 6.ifdef DESTDIR 7snap_md: netbsd-generic netbsd-a3000 8 cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/netbsd \ 9 ${DESTDIR}/snapshot/netbsd-generic 10 cp ${.CURDIR}/../sys/arch/amiga/compile/A3000/netbsd \ 11 ${DESTDIR}/snapshot/netbsd-a3000 12netbsd-generic: 13 cd ${.CURDIR}/../sys/arch/amiga/conf && config GENERIC 14 cd ${.CURDIR}/../sys/arch/amiga/compile/GENERIC && \ 15 make clean && make depend && make 16 17netbsd-a3000: 18 cd ${.CURDIR}/../sys/arch/amiga/conf && config A3000 19 cd ${.CURDIR}/../sys/arch/amiga/compile/A3000 && \ 20 make clean && make depend && make 21.endif # DESTDIR check 22