summaryrefslogtreecommitdiff
path: root/sys/arch/pegasos/Makefile
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2003-10-31 03:54:35 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2003-10-31 03:54:35 +0000
commitb2c688ef49f012301d8942dc8ed12e72949ff371 (patch)
tree0455433f55dade3077bb68601c72f060f9342312 /sys/arch/pegasos/Makefile
parentf79a6bdb0ae6ab03bfb3c894821900a54da95f61 (diff)
OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.
Diffstat (limited to 'sys/arch/pegasos/Makefile')
-rw-r--r--sys/arch/pegasos/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/pegasos/Makefile b/sys/arch/pegasos/Makefile
new file mode 100644
index 00000000000..387e5e3f8c0
--- /dev/null
+++ b/sys/arch/pegasos/Makefile
@@ -0,0 +1,12 @@
+# $OpenBSD: Makefile,v 1.1 2003/10/31 03:54:33 drahn Exp $
+
+NOPROG= noprog
+NOMAN= noman
+
+.if ${MACHINE} == "pegasos"
+SUBDIR= stand
+.endif
+
+obj: _SUBDIRUSE
+
+.include <bsd.prog.mk>