Makefile.inc revision 1.8
1# 2# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets 3# 4# $NetBSD: Makefile.inc,v 1.8 1996/10/09 00:40:33 jtc Exp $ 5 6.ifdef DESTDIR 7snap_md: netbsd-generic 8 cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/netbsd.gz \ 9 ${DESTDIR}/snapshot/netbsd-generic.gz 10netbsd-generic: 11 cd ${.CURDIR}/../sys/arch/amiga/conf && config GENERIC 12 cd ${.CURDIR}/../sys/arch/amiga/compile/GENERIC && \ 13 make clean && make depend && make && gzip -c -9 netbsd >netbsd.gz 14.endif # DESTDIR check 15