diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-09 19:32:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-09 19:32:44 +0000 |
commit | 6c07caddc759810cad110c3c2c258f507beb1c10 (patch) | |
tree | 0507a1fabf8b1b71f3daf18c9333516acee5f59e /sys/arch | |
parent | 3d4f5147ff07027c7702d53c161c2bdd0424f462 (diff) |
Oops, correct import this time.
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> |