Something is making ld.elf_so lose on Alpha and I don't have time to
figure this out until tomorrow. Disable until myself or someone else clobbers the problem.
This commit is contained in:
parent
580ca245fd
commit
4ce782a049
@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.31 1998/12/30 15:07:08 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.32 1999/02/12 17:17:57 tv Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM
|
||||
|
||||
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.elf_so \
|
||||
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd \
|
||||
lfs_cleanerd mail.local makekey makewhatis rexecd rlogind rmail \
|
||||
rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
|
||||
talkd telnetd tftpd uucpd
|
||||
@ -11,5 +11,8 @@ SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.elf_so \
|
||||
.if (${MACHINE_ARCH} != "arm32")
|
||||
SUBDIR+=ld.aout_so
|
||||
.endif
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
SUBDIR+=ld.elf_so
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user