From faca0ea24c19bed28ad96f1b69d7b9d5e750e92d Mon Sep 17 00:00:00 2001 From: jonathan Date: Thu, 23 Oct 1997 19:27:28 +0000 Subject: Install our ELF-aware link.h into /usr/include on mips hosts. --- libexec/ld.elf_so/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libexec') 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. -- cgit