diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-08-22 15:52:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-08-22 15:52:34 +0000 |
commit | 63d8338f53ca71ea759d61f92c809e776abd8894 (patch) | |
tree | 1ad2372208c6ceaa8d225f6414ac2e49202e0a28 /distrib | |
parent | eb3c80cc42864757110ef40d697ad1a36e561a2b (diff) |
No need to enter crunch
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 7355a5b4446..da83349d3b4 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.34 2008/05/13 21:15:26 miod Exp $ +# $OpenBSD: Makefile,v 1.35 2008/08/22 15:52:33 deraadt Exp $ SUBDIR= special notes .if make(obj) -SUBDIR+=crunch SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk mac68k macppc \ mvme68k mvme88k mvmeppc sgi socppc sparc sparc64 vax zaurus .elif exists(${MACHINE}) |