13 lines
502 B
Text
13 lines
502 B
Text
$NetBSD: patch-ab,v 1.2 2005/04/05 13:16:50 jschauma Exp $
|
|
|
|
--- src/make/errorCheck.mk.orig 2005-04-01 11:33:01.000000000 -0500
|
|
+++ src/make/errorCheck.mk 2005-04-01 11:33:13.000000000 -0500
|
|
@@ -25,7 +25,7 @@
|
|
|
|
# all the architectures currently supported
|
|
KNOWN_ARCH = irix6.n32 irix6.64 linux.32 linux.ia64 linux.amd64 \
|
|
- darwin.32 darwin.64 cygwin solaris aix
|
|
+ darwin.32 darwin.64 cygwin solaris aix netbsd.32 netbsd.64
|
|
|
|
# there is no default architecture
|
|
checkArchSet = $(if $(TEEM_ARCH),,\
|