diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-10-06 22:18:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-10-06 22:18:17 +0000 |
commit | c6a0e1296ff7b792720d2fb7f8f709382b8ee1e3 (patch) | |
tree | 3383d350212ed50a42cb4e524ef2f2c904b41b9c /sys | |
parent | e747f05c38c0676e8031f457d5622c4422a2ba92 (diff) |
safe to enter landisk
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index 9483ffb5500..c74e5aeed3b 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2006/05/29 17:22:48 drahn Exp $ +# $OpenBSD: Makefile,v 1.29 2006/10/06 22:18:16 deraadt 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/cats arch/hp300 \ - arch/hppa arch/hppa64 arch/i386 arch/luna88k \ + arch/hppa arch/hppa64 arch/i386 arch/landisk arch/luna88k \ arch/m68k arch/mac68k arch/macppc arch/mvme68k \ arch/mvme88k arch/mvmeppc arch/sgi arch/solbourne \ arch/sparc arch/sparc64 arch/vax arch/zaurus |