diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-05-11 18:48:29 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-05-11 18:48:29 +0000 |
| commit | 1cec3c808de32cd361a23662ef28f7b8d560f79c (patch) | |
| tree | fdaf70e24cc92dd8c9d6342dc222a66a135def7e /libexec/Makefile | |
| parent | 0813637235d5007c00e1c31ce104af98ced23e32 (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index e60d87a11f9d..29b87de5f867 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -29,7 +29,7 @@ SUBDIR= atrun \ tftpd \ ypxfr -.if ${MACHINE_ARCH} != amd64 +.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC) SUBDIR+=rtld-elf .endif |
