diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:33:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:33:53 +0000 |
commit | f5f496ca63b6f2742c0ee6aae0c120c363be4267 (patch) | |
tree | b2b166050e0b360a0ff94f9efcfe4b9c0169c9de /sys | |
parent | 1577e7e9fd854b3e5e9d867a9fae65f922b5ce43 (diff) |
build all arch/ obj thingies
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index 4e969ab343d..c67c126dad6 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,6 +1,12 @@ -# $OpenBSD: Makefile,v 1.2 1997/01/19 15:19:19 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1997/10/20 00:33:52 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ +.if make(obj) +SUBDIR= arch/alpha arch/amiga arch/arc arch/hp300 arch/i386 \ + arch/m68k arch/mac68k arch/mvme68k arch/pmax arch/powerpc \ + arch/sparc arch/wgrisc +.else SUBDIR+= arch/${MACHINE} +.endif .include <bsd.subdir.mk> |