diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-17 03:04:24 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-17 03:04:24 +0000 |
| commit | 9896c5f11aee6e72e10b57e35c350b6bb91abeaa (patch) | |
| tree | 6e6fab247ff4d9ecfc79eee5e8ea0b96e801b522 /libexec | |
| parent | f1e3e1c78f17330f70b668cdeabc0402bea602e8 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index be2b9be1654a..33ff57911b6e 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -43,6 +43,9 @@ _named-xfer= named-xfer _ftp-proxy= ftp-proxy .endif +.if ${MACHINE_ARCH} == "sparc64" +NOPIC=yes +.endif .if !defined(NOPIC) _rtld-elf= rtld-elf .endif |
