1# $OpenBSD: Makefile.inc,v 1.11 2002/05/13 07:22:42 espie Exp $ 2# etc.i386/Makefile.inc -- i386-specific etc Makefile targets 3 4.ifdef DESTDIR 5snap_md: bsd notes distrib 6 cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \ 7 ${DESTDIR}/snapshot/bsd 8 9bsd: 10 cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC 11 cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \ 12 ${MAKE} clean && ${MAKE} depend && exec ${MAKE} 13 14notes: 15 cp ${.CURDIR}/etc.i386/INSTALL.* ${DESTDIR}/snapshot 16 17.PHONY: bsd notes 18 19.endif # DESTDIR check 20