Browse Source

include boots into the snap

OPENBSD_3_3
mickey 21 years ago
parent
commit
88d064b992
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/etc/etc.hppa/Makefile.inc

+ 4
- 2
src/etc/etc.hppa/Makefile.inc View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile.inc,v 1.2 2002/05/13 07:22:42 espie Exp $
# $OpenBSD: Makefile.inc,v 1.3 2003/01/16 19:13:36 mickey Exp $
.ifdef DESTDIR
snap_md: bsd distrib
snap_md: boot bsd distrib
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
@ -9,6 +9,8 @@ bsd:
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
boot:
cp ${DESTDIR}/usr/mdec/xxboot ${DESTDIR}/snapshot
.PHONY: bsd


Loading…
Cancel
Save