|
|
@ -1,10 +1,10 @@ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.5 2003/08/09 21:18:52 miod Exp $ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.6 2003/08/15 13:37:56 miod Exp $ |
|
|
|
# etc.mvme88k/Makefile.inc -- mvme88k-specific etc Makefile targets |
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
|
snap_md: bsd-generic bootblocks distrib |
|
|
|
cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd.gz \ |
|
|
|
${DESTDIR}/snapshot/bsd-generic.gz |
|
|
|
cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
bsd-generic: |
|
|
|
cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC |
|
|
|