Do not exclude amd64 from rtld-elf builds.

Approved by:  re  (safe amd64 support commits)
This commit is contained in:
Peter Wemm 2003-05-24 17:38:45 +00:00
parent 9783a12b34
commit b82eca913d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115281

View File

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