diff options
-rw-r--r-- | distrib/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 362484dd040..8f3073607c7 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,6 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 1997/09/21 09:29:24 niklas Exp $ +# $OpenBSD: Makefile,v 1.8 1997/10/20 00:25:38 deraadt Exp $ -.if !make(install) +.if make(obj) +SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k \ + pmax powerpc sparc +.elif !make(install) SUBDIR= special .endif .if exists(${MACHINE}) |