Makefile.inc revision 1.6
1# 2# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets 3# 4# $NetBSD: Makefile.inc,v 1.6 1995/10/09 02:25:41 chopps 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 -9 netbsd 14.endif # DESTDIR check 15