Allow a NOPIC "make world" to complete.

OK'ed by:	re(scottl)
This commit is contained in:
Mark Murray 2003-05-11 18:48:29 +00:00
parent 0813637235
commit 1cec3c808d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114913

View File

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