summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/siop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/siop/Makefile')
-rw-r--r--sys/dev/microcode/siop/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/dev/microcode/siop/Makefile b/sys/dev/microcode/siop/Makefile
new file mode 100644
index 00000000000..39dfe3d8df8
--- /dev/null
+++ b/sys/dev/microcode/siop/Makefile
@@ -0,0 +1,17 @@
+# $OpenBSD: Makefile,v 1.1 2001/02/15 04:07:59 krw Exp $
+# $NetBSD: Makefile,v 1.1 2000/04/21 17:57:01 bouyer Exp $
+
+all: siop.out
+
+PROG= ncr53cxxx
+MKSHARE=no
+MAN=
+
+.include <bsd.prog.mk>
+
+regen: siop.out
+headers: siop.out
+
+siop.out: siop.ss ${PROG}
+ ./${PROG} siop.ss -o siop.out
+