diff options
| author | jonathan <jonathan@NetBSD.org> | 1997-10-23 19:27:28 +0000 |
|---|---|---|
| committer | jonathan <jonathan@NetBSD.org> | 1997-10-23 19:27:28 +0000 |
| commit | faca0ea24c19bed28ad96f1b69d7b9d5e750e92d (patch) | |
| tree | 4c0fca8b359dbaded6e7872ad8a4c14a1c261825 | |
| parent | 1a41da404a8531e37434feb62c9effab49988174 (diff) | |
Install our ELF-aware link.h into /usr/include on mips hosts.
| -rw-r--r-- | libexec/ld.elf_so/Makefile | 5 |
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. |
