Exclude rtld-elf for amd64. More porting is still needed.
Approved by: re (scottl)
This commit is contained in:
parent
34da59975b
commit
b2d14fd9bb
@ -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…
x
Reference in New Issue
Block a user