summaryrefslogtreecommitdiff
path: root/sys/arch/pegasos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pegasos/Makefile')
-rw-r--r--sys/arch/pegasos/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/arch/pegasos/Makefile b/sys/arch/pegasos/Makefile
deleted file mode 100644
index 387e5e3f8c0..00000000000
--- a/sys/arch/pegasos/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $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>