diff options
author | phk <phk@FreeBSD.org> | 2002-10-23 18:27:37 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-10-23 18:27:37 +0000 |
commit | d2ef180a5695f0cd057b940a9b1da8ae490ba2fb (patch) | |
tree | 4c2ed5bd9e35ce1a06c0cc43f4279b8d0ff2ff15 /sys/sparc64/conf | |
parent | f29af1e793ed10ef00217c6c8c59458511e319cc (diff) | |
download | FreeBSD-src-d2ef180a5695f0cd057b940a9b1da8ae490ba2fb.zip FreeBSD-src-d2ef180a5695f0cd057b940a9b1da8ae490ba2fb.tar.gz |
Remove NO_GEOM from sparc64.
Reminded by: jhb
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 3bf8506..6244d07 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -33,8 +33,6 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported # At this time all platforms are supported, as-is. -options NO_GEOM - options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem |