Makefile.inc revision 1.5
1# 2# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets 3# 4# $Id: Makefile.inc,v 1.5 1995/08/19 17:28:25 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