mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Exclude rtld-elf for amd64. More porting is still needed.
Approved by: re (scottl)
This commit is contained in:
parent
34da59975b
commit
b2d14fd9bb
1 changed files with 4 additions and 1 deletions
|
|
@ -23,13 +23,16 @@ SUBDIR= atrun \
|
|||
rpc.rwalld \
|
||||
rpc.sprayd \
|
||||
rshd \
|
||||
rtld-elf \
|
||||
save-entropy \
|
||||
talkd \
|
||||
tcpd \
|
||||
tftpd \
|
||||
ypxfr
|
||||
|
||||
.if ${MACHINE_ARCH} != amd64
|
||||
SUBDIR+=rtld-elf
|
||||
.endif
|
||||
|
||||
.if !defined(NO_BIND)
|
||||
SUBDIR+=named-xfer
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue