summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-06-26 22:08:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-06-26 22:08:24 +0000
commit73e76c55702a19a5caff18fc1bb647818733aa0b (patch)
tree52b543368129fd82c8da116503fd59c9bab4843a /distrib
parentbfbbcce2f55687bcca545c2ab0665bd43b722a5a (diff)
Recurse in vax/ during make obj
Diffstat (limited to 'distrib')
-rw-r--r--distrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 454e8a8a2ab..95e1aa9d691 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.16 2001/06/25 00:29:44 deraadt Exp $
+# $OpenBSD: Makefile,v 1.17 2001/06/26 22:08:23 miod Exp $
.if make(obj)
SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\
- powerpc sparc sun3
+ powerpc sparc sun3 vax
.elif !make(install)
SUBDIR= special
.endif