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