diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/aviion/stand/Makefile | 5 | ||||
-rw-r--r-- | sys/arch/aviion/stand/a2coff/Makefile | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sys/arch/aviion/stand/Makefile b/sys/arch/aviion/stand/Makefile new file mode 100644 index 00000000000..f046539152a --- /dev/null +++ b/sys/arch/aviion/stand/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2006/05/09 19:31:51 miod Exp $ + +SUBDIR= a2coff + +.include <bsd.subdir.mk> 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> |