diff --git a/libexec/Makefile b/libexec/Makefile index 66a4a01e25b4..97903815ab64 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