Browse Source

shove boot program into the snapshot

OPENBSD_4_0
deraadt 18 years ago
parent
commit
6f8954ee41
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.armish/Makefile.inc

+ 2
- 2
src/etc/etc.armish/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 2006/07/27 02:53:55 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.5 2006/08/30 21:40:05 deraadt Exp $
.ifdef DESTDIR
snap_md: bsd bootblocks distrib
@ -11,7 +11,7 @@ bsd:
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
bootblocks:
#none needed
cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot
.PHONY: bsd bootblocks


Loading…
Cancel
Save