diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:25:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:25:39 +0000 |
commit | e79ae525d949dd8a0d698d2976afed6a2dd4393c (patch) | |
tree | af685077f0f22bb7835582b189bd28a81eb953d9 /distrib | |
parent | 24c8463a1e3b2d7ee368900c148f0cc05e94c06d (diff) |
make more obj thingies
Diffstat (limited to 'distrib')
-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}) |