Do not exclude amd64 from rtld-elf builds.

Approved by:  re  (safe amd64 support commits)
This commit is contained in:
peter 2003-05-24 17:38:45 +00:00
parent 0c9262fefa
commit 469c0a1ad7

View File

@ -29,7 +29,7 @@ SUBDIR= atrun \
tftpd \
ypxfr
.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC)
.if !defined(NOPIC)
SUBDIR+=rtld-elf
.endif