diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-06-06 20:46:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-06-06 20:46:17 +0000 |
commit | 49eafe136b90cce3c01592e2ae42d799bdb0d1b0 (patch) | |
tree | b80281b7c864e181356c73bf83d12dd17eb8ae0a | |
parent | 84a96a53124e8202326f45f23335c43b8ff06f52 (diff) |
recurse into sun3 for make obj
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 324cffbb06e..cdde445d20b 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2000/02/23 06:04:35 mickey Exp $ +# $OpenBSD: Makefile,v 1.13 2000/06/06 20:46:16 miod Exp $ .if make(obj) SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\ - pmax powerpc sparc + pmax powerpc sparc sun3 .elif !make(install) SUBDIR= special .endif |