diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-18 14:31:46 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-18 14:31:46 +0000 |
commit | d53177c07d32617ce96d72021b5dd67f12f0a8b6 (patch) | |
tree | 83ac5c2fd750084fc6f13b0aef20750cd76588f4 | |
parent | 81930bb2e9838eb45908a9e482c5ca42196d9cdf (diff) |
recurse into sparc64
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 831928d3f5b..c0f8ac8192a 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.19 2001/09/01 17:00:40 drahn Exp $ +# $OpenBSD: Makefile,v 1.20 2001/09/18 14:31:45 jason Exp $ .if make(obj) SUBDIR= special alpha amiga crunch hp300 i386 mac68k macppc mvme68k \ - mvme88k mvmeppc sparc sun3 vax + mvme88k mvmeppc sparc sparc64 sun3 vax .elif !make(install) SUBDIR= special .endif |