Do not build pecoff any more.
I don't think the code was ever more that a thought-project! Certainly it shouldn't be using the netbsd system call table! Probably all of compat/pecoff wants nuking.
This commit is contained in:
parent
3f86762d59
commit
0588a2274c
|
@ -1,11 +1,11 @@
|
||||||
# $NetBSD: Makefile,v 1.23 2007/10/19 18:52:12 njoly Exp $
|
# $NetBSD: Makefile,v 1.24 2007/11/09 22:27:08 dsl Exp $
|
||||||
|
|
||||||
.if (${MACHINE_ARCH} == "sparc64")
|
.if (${MACHINE_ARCH} == "sparc64")
|
||||||
SUBDIR+= netbsd32 sunos32 svr4 svr4_32
|
SUBDIR+= netbsd32 sunos32 svr4 svr4_32
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${MACHINE} == "i386")
|
.if (${MACHINE} == "i386")
|
||||||
SUBDIR+= freebsd linux svr4 pecoff
|
SUBDIR+= freebsd linux svr4
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${MACHINE} == "amd64")
|
.if (${MACHINE} == "amd64")
|
||||||
|
|
Loading…
Reference in New Issue