diff options
author | mux <mux@FreeBSD.org> | 2002-06-27 14:43:27 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-06-27 14:43:27 +0000 |
commit | c13cdc98b2a2f3070e4908f7ac893c1c043706a9 (patch) | |
tree | ee08495b5262f0909d5ce13c7776977834287f32 /sys/sparc64/conf | |
parent | a0823faefaed5ed0f0c870767a60e8092600fc88 (diff) | |
download | FreeBSD-src-c13cdc98b2a2f3070e4908f7ac893c1c043706a9.zip FreeBSD-src-c13cdc98b2a2f3070e4908f7ac893c1c043706a9.tar.gz |
GENERIC now builds with -Werror, so remove NO_WERROR.
Approved by: jake
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 6528122..056acaa 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -194,7 +194,6 @@ device bpf #Berkeley packet filter # Tempary things until things are farther along. -makeoptions NO_WERROR=true makeoptions NO_MODULES=true options PCI_ENABLE_IO_MODES # Enable all PCI resources |