diff options
author | cokane <cokane@FreeBSD.org> | 2000-06-22 19:08:05 +0000 |
---|---|---|
committer | cokane <cokane@FreeBSD.org> | 2000-06-22 19:08:05 +0000 |
commit | 93c49d640df35f1092b18ce04262428b85e355a5 (patch) | |
tree | c2d75006d201f88aea61f8cf5e74dbc849ab6988 /sys/modules | |
parent | 0326853a144a7fe156c01decbf3dbe419401158e (diff) | |
download | FreeBSD-src-93c49d640df35f1092b18ce04262428b85e355a5.zip FreeBSD-src-93c49d640df35f1092b18ce04262428b85e355a5.tar.gz |
Switch LINUX_TDFX to TDFX_LINUX, that's what i get for typing this
at 2 in the morning.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/tdfx/README.linuxemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/tdfx/README.linuxemu b/sys/modules/tdfx/README.linuxemu index 0ebce9e..9b453d6 100644 --- a/sys/modules/tdfx/README.linuxemu +++ b/sys/modules/tdfx/README.linuxemu @@ -7,4 +7,4 @@ as there are no non-linux glide progs for freebsd yet. You can, however, compile both of them statically into the kernel using: device tdfx options COMPAT_LINUX -options LINUX_TDFX +options TDFX_LINUX |