summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/stand/a2coff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/aviion/stand/a2coff/Makefile')
-rw-r--r--sys/arch/aviion/stand/a2coff/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/aviion/stand/a2coff/Makefile b/sys/arch/aviion/stand/a2coff/Makefile
new file mode 100644
index 00000000000..a2c242bfb7e
--- /dev/null
+++ b/sys/arch/aviion/stand/a2coff/Makefile
@@ -0,0 +1,12 @@
+# $OpenBSD: Makefile,v 1.1 2006/05/09 19:32:43 miod Exp $
+
+MAN= a2coff.8
+MANSUBDIR=aviion
+.if ${MACHINE} == "aviion"
+PROG= a2coff
+BINDIR=/usr/mdec
+.else
+NOPROG=
+.endif
+
+.include <bsd.prog.mk>