diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-06-26 22:26:16 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-06-26 22:26:16 +0000 |
commit | 3ad6b24f31b81eb12cdfe3435c8c2d7d5ae10800 (patch) | |
tree | b4cd4a2f3e2f6469a9aeeca3d3f95f20206faa3f /distrib/Makefile | |
parent | 67d7d65b3c3f36cd590b1e5cb882d808f398cee8 (diff) |
Add mvmeppc.
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 95e1aa9d691..d7aa49f18fb 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2001/06/26 22:08:23 miod Exp $ +# $OpenBSD: Makefile,v 1.18 2001/06/26 22:26:15 smurph Exp $ .if make(obj) SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\ - powerpc sparc sun3 vax + mvmeppc powerpc sparc sun3 vax .elif !make(install) SUBDIR= special .endif @@ -14,7 +14,7 @@ SUBDIR+= ${MACHINE} .endif SUBDIR+= notes -all: crunch-tools _SUBDIRUSE +#all: crunch-tools _SUBDIRUSE crunch-tools: (cd $(.CURDIR)/crunch; $(MAKE) obj; \ |