From 41d75f4d346f29c7e496e06a8c40765e52f7a96f Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 19 Jun 2015 18:17:26 +0000 Subject: Prevent multi inclusion --- compat/mips64/64/bsd.64.mk | 4 +++- compat/mips64/o32/bsd.o32.mk | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'compat') 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 -- cgit