Browse Source

make release buglet

OPENBSD_3_4
miod 21 years ago
parent
commit
fe53ac32af
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/etc.mvme88k/Makefile.inc

+ 3
- 3
src/etc/etc.mvme88k/Makefile.inc View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile.inc,v 1.4 2002/05/13 07:22:43 espie Exp $
# $OpenBSD: Makefile.inc,v 1.5 2003/08/09 21:18:52 miod Exp $
# etc.mvme88k/Makefile.inc -- mvme88k-specific etc Makefile targets
.ifdef DESTDIR
snap_md: bsd-generic bootblocks
snap_md: bsd-generic bootblocks distrib
cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd.gz \
${DESTDIR}/snapshot/bsd-generic.gz
bsd-generic:
cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && ${MAKE} && gzip -9 bsd
${MAKE} clean && ${MAKE} depend && ${MAKE}
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${DESTDIR}/snapshot/


Loading…
Cancel
Save