summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile
index e84322bde9a..bc3f06f3fa7 100644
--- a/libexec/ld.elf_so/Makefile
+++ b/libexec/ld.elf_so/Makefile
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.8 1997/10/22 05:45:08 lukem Exp $
+# $NetBSD: Makefile,v 1.9 1997/10/23 19:27:28 jonathan Exp $
.if ${MACHINE} == "alpha"
PROG= ld.elf_so
+.endif
+
+.if (${MACHINE} == "alpha") || (${MACHINE_ARCH} == "mips")
# Adds SRCS, CPPFLAGS, LDFLAGS, etc. Must go first so MD startup source
# is first.