Exclude rtld-elf for amd64. More porting is still needed.
Approved by: re (scottl)
This commit is contained in:
parent
34da59975b
commit
b2d14fd9bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114833
@ -23,13 +23,16 @@ SUBDIR= atrun \
|
|||||||
rpc.rwalld \
|
rpc.rwalld \
|
||||||
rpc.sprayd \
|
rpc.sprayd \
|
||||||
rshd \
|
rshd \
|
||||||
rtld-elf \
|
|
||||||
save-entropy \
|
save-entropy \
|
||||||
talkd \
|
talkd \
|
||||||
tcpd \
|
tcpd \
|
||||||
tftpd \
|
tftpd \
|
||||||
ypxfr
|
ypxfr
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH} != amd64
|
||||||
|
SUBDIR+=rtld-elf
|
||||||
|
.endif
|
||||||
|
|
||||||
.if !defined(NO_BIND)
|
.if !defined(NO_BIND)
|
||||||
SUBDIR+=named-xfer
|
SUBDIR+=named-xfer
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user