diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-22 17:35:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-22 17:35:02 +0000 |
commit | 43257ec08876fdec0bd9e9ad69d8a92b3ce3f4cc (patch) | |
tree | 9ea58c7c8d9e6477ee261981ce2f1cadb2242126 /distrib | |
parent | 306ad49efafb2d9b56eae66572cee0eabb7e3a20 (diff) |
enter beagle
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index ad35ea883cf..89c0479af83 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.37 2010/02/03 21:47:09 otto Exp $ +# $OpenBSD: Makefile,v 1.38 2011/03/22 17:35:01 deraadt Exp $ SUBDIR= special notes .if make(obj) -SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk loongson mac68k macppc \ +SUBDIR+=alpha amd64 armish beagle hp300 hppa i386 landisk loongson mac68k macppc \ mvme68k mvme88k mvmeppc sgi socppc sparc sparc64 vax zaurus .elif exists(${MACHINE}) SUBDIR+=${MACHINE} |