diff options
-rw-r--r-- | libexec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 66a4a01..9790381 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -29,7 +29,7 @@ SUBDIR= atrun \ tftpd \ ypxfr -.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC) +.if !defined(NOPIC) SUBDIR+=rtld-elf .endif |