diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-17 18:09:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-17 18:09:50 +0000 |
commit | 822e962977f99d145363ee14f16d92f623657b8c (patch) | |
tree | 44eb1acd3c2a7c94ba33acba8ff646d59a159d74 /sys | |
parent | 84a2835d241f8e4adb3ecef49476d9bf821cf9ab (diff) |
Build and install the boot blocks, and put it as part of the snapshots files.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/Makefile b/sys/Makefile index 19b7356cca5..f4952927c8d 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.32 2009/09/09 12:10:35 marex Exp $ +# $OpenBSD: Makefile,v 1.33 2010/02/17 18:09:49 miod Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ arch/alpha arch/amd64 arch/armish arch/aviion arch/hp300 \ - arch/hppa arch/hppa64 arch/i386 arch/landisk arch/luna88k \ - arch/m68k arch/mac68k arch/macppc arch/mvme68k \ + arch/hppa arch/hppa64 arch/i386 arch/landisk arch/loongson \ + arch/luna88k arch/m68k arch/mac68k arch/macppc arch/mvme68k \ arch/mvme88k arch/mvmeppc arch/palm arch/sgi arch/socppc \ arch/solbourne arch/sparc arch/sparc64 arch/vax arch/zaurus |