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:
dsl 2007-11-09 22:27:08 +00:00
parent 3f86762d59
commit 0588a2274c
1 changed files with 2 additions and 2 deletions

View File

@ -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")
SUBDIR+= netbsd32 sunos32 svr4 svr4_32
.endif
.if (${MACHINE} == "i386")
SUBDIR+= freebsd linux svr4 pecoff
SUBDIR+= freebsd linux svr4
.endif
.if (${MACHINE} == "amd64")