summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-06 21:32:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-06 21:32:57 +0000
commite70ad2fbac231ffb21a5fab56a3b05a7a9d7719c (patch)
tree50cd07f5b14f926224d487bfe799d7a0b221a1c4 /sys
parent925b1250f6b872a48c9a2aa6bc2f6177da057b1a (diff)
Makefile changes to enter deep down there
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile5
-rw-r--r--sys/arch/sgi/Makefile10
-rw-r--r--sys/arch/sgi/stand/Makefile5
3 files changed, 18 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index c2d6713c7e8..f6c88978f31 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.20 2004/05/03 15:18:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.21 2004/08/06 21:32:56 deraadt Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
SUBDIR= arch/alpha arch/hp300 arch/hppa arch/i386 arch/m68k \
arch/mac68k arch/macppc arch/mvme68k arch/mvme88k \
- arch/mvmeppc arch/sparc arch/sparc64 arch/vax arch/cats arch/amd64
+ arch/mvmeppc arch/sgi arch/sparc arch/sparc64 arch/vax \
+ arch/cats arch/amd64
.include <bsd.subdir.mk>
diff --git a/sys/arch/sgi/Makefile b/sys/arch/sgi/Makefile
new file mode 100644
index 00000000000..d5d36caecbf
--- /dev/null
+++ b/sys/arch/sgi/Makefile
@@ -0,0 +1,10 @@
+# $OpenBSD: Makefile,v 1.1 2004/08/06 21:32:56 deraadt Exp $
+
+SUBDIR= stand
+
+NOPROG= noprog
+NOOBJ= noman
+
+obj: _SUBDIRUSE
+
+.include <bsd.prog.mk>
diff --git a/sys/arch/sgi/stand/Makefile b/sys/arch/sgi/stand/Makefile
new file mode 100644
index 00000000000..57afcf050d4
--- /dev/null
+++ b/sys/arch/sgi/stand/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2004/08/06 21:32:56 deraadt Exp $
+
+SUBDIR=
+
+.include <bsd.subdir.mk>