diff options
author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-03-12 10:41:58 +0000 |
---|---|---|
committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-03-12 10:41:58 +0000 |
commit | 0b07d9aaa679a1cb8fbb7e55d826184014582117 (patch) | |
tree | f8ab475e0200f5d11748d83c3a7eb24bf6391277 | |
parent | f7fdacf1fa7336075734e2a463270e7609f91ec4 (diff) | |
download | src-0b07d9aaa679a1cb8fbb7e55d826184014582117.tar.gz src-0b07d9aaa679a1cb8fbb7e55d826184014582117.zip |
Don't build the nve on pc98.
Notes
Notes:
svn path=/head/; revision=143459
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 13e67f926e94..3ae7346bbac9 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -332,7 +332,6 @@ _ncp= ncp _ncv= ncv _ndis= ndis _nsp= nsp -_nve= nve _nwfs= nwfs _oltr= oltr _pccard= pccard @@ -378,6 +377,7 @@ _idt= idt _iir= iir _ips= ips _mly= mly +_nve= nve _s3= s3 _twa= twa _vesa= vesa |