mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow a NOPIC "make world" to complete.
OK'ed by: re(scottl)
This commit is contained in:
parent
0813637235
commit
1cec3c808d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ SUBDIR= atrun \
|
|||
tftpd \
|
||||
ypxfr
|
||||
|
||||
.if ${MACHINE_ARCH} != amd64
|
||||
.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC)
|
||||
SUBDIR+=rtld-elf
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue