diff options
| author | matt <matt@NetBSD.org> | 2015-06-19 18:17:26 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2015-06-19 18:17:26 +0000 |
| commit | 41d75f4d346f29c7e496e06a8c40765e52f7a96f (patch) | |
| tree | df848d3aa03e33bd94f7a7c6a932db4599d15141 /compat | |
| parent | 8b65fa54d498ea5dcea5f610104c8c44b6b75815 (diff) | |
Prevent multi inclusion
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/mips64/64/bsd.64.mk | 4 | ||||
| -rw-r--r-- | compat/mips64/o32/bsd.o32.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/compat/mips64/64/bsd.64.mk b/compat/mips64/64/bsd.64.mk index 00626fe5cf2..81996c17989 100644 --- a/compat/mips64/64/bsd.64.mk +++ b/compat/mips64/64/bsd.64.mk @@ -1,5 +1,6 @@ -# $NetBSD: bsd.64.mk,v 1.9 2011/09/23 06:44:37 mrg Exp $ +# $NetBSD: bsd.64.mk,v 1.10 2015/06/19 18:17:26 matt Exp $ +.ifndef MLIBDIR .if ${MACHINE_ARCH} == "mips64eb" LD+= -m elf64btsmip .else @@ -19,3 +20,4 @@ LDFLAGS+= -mabi=64 MKDEPFLAGS+= -mabi=64 .include "${.PARSEDIR}/../../Makefile.compat" +.endif diff --git a/compat/mips64/o32/bsd.o32.mk b/compat/mips64/o32/bsd.o32.mk index dbdcf8c936d..c275e54ed16 100644 --- a/compat/mips64/o32/bsd.o32.mk +++ b/compat/mips64/o32/bsd.o32.mk @@ -1,5 +1,6 @@ -# $NetBSD: bsd.o32.mk,v 1.10 2013/02/14 09:22:18 matt Exp $ +# $NetBSD: bsd.o32.mk,v 1.11 2015/06/19 18:17:26 matt Exp $ +.ifndef MLIBDIR .if ${MACHINE_ARCH} == "mips64eb" LD+= -m elf32btsmip .else @@ -17,3 +18,4 @@ LDFLAGS+= -mabi=32 -march=mips3 MKDEPFLAGS+= -mabi=32 -march=mips3 .include "${.PARSEDIR}/../../Makefile.compat" +.endif |
