summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-03-03 21:37:38 +0000
committeryar <yar@FreeBSD.org>2006-03-03 21:37:38 +0000
commit0ac62e02bddc3f1147599efe9997fc4b09f1d642 (patch)
treeb7e59bc8adbf6c361ddff54ef270aeb9ea0797a1 /sys/modules/Makefile
parentd8eb71788e7982c0eaa5e7cd8dfa13fe8d89f563 (diff)
downloadFreeBSD-src-0ac62e02bddc3f1147599efe9997fc4b09f1d642.zip
FreeBSD-src-0ac62e02bddc3f1147599efe9997fc4b09f1d642.tar.gz
Take the functionality contained in the former "options TDFX_LINUX"
into a separate module. Accordingly, convert the option into a device named similarly. Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons. Suggested by: scottl Reviewed by: cokane MFC after: 5 days
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 030e51e..5462624 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
SUBDIR= ${_3dfx} \
+ ${_3dfx_linux} \
${_aac} \
accf_data \
accf_http \
@@ -317,6 +318,7 @@ _pflog= pflog
# XXX some of these can move to the general case when de-i386'ed
# XXX some of these can move now, but are untested on other architectures.
_3dfx= 3dfx
+_3dfx_linux= 3dfx_linux
_agp= agp
_aic= aic
_amd= amd
OpenPOWER on IntegriCloud