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
+1 -1
View File
@@ -29,7 +29,7 @@ SUBDIR= atrun \
tftpd \
ypxfr
.if ${MACHINE_ARCH} != amd64
.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC)
SUBDIR+=rtld-elf
.endif