summaryrefslogtreecommitdiff
path: root/distrib/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-02 11:43:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-02 11:43:51 +0000
commitfa7f249e72f2d3864b8823111d7659735f03e601 (patch)
treef3da881119b35c0b1335b881d1ef0b44f8903e4c /distrib/Makefile
parent125a11922592916a824e1d6e5ae725f8842d1cd4 (diff)
traverse down below, building what we need
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
new file mode 100644
index 00000000000..236c49899c0
--- /dev/null
+++ b/distrib/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 1996/06/02 11:43:46 deraadt Exp $
+
+SUBDIR= ${MACHINE}
+
+.include <bsd.subdir.mk>