1 # $NetBSD: Makefile.inc,v 1.9 1997/03/04 06:30:01 mikel Exp $ 2 # 3 # etc.i386/Makefile.inc -- i386-specific etc Makefile targets 4 # 5 6 .ifdef DESTDIR 7 snap_md: netbsd 8 9 netbsd: 10 cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC 11 cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \ 12 make clean && make depend && make 13 cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/netbsd \ 14 ${DESTDIR}/snapshot/netbsd 15 16 .endif # DESTDIR check 17