summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-02-13 21:13:10 +0000
committerpeter <peter@FreeBSD.org>2003-02-13 21:13:10 +0000
commite403dfa7b25eea183c3d07fa00b3b12042faafe2 (patch)
tree3e22336600daaafec03473a275324263cf0bd1ee /sys/modules
parent0fd2b73a880df7268b71d8c1d022161f5b9b8343 (diff)
downloadFreeBSD-src-e403dfa7b25eea183c3d07fa00b3b12042faafe2.zip
FreeBSD-src-e403dfa7b25eea183c3d07fa00b3b12042faafe2.tar.gz
We only provide agp drivers for the intel chipsets, move the agp
subdir to the i386-only section.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 687b500..ab15cba 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -14,7 +14,6 @@ _random= random
SUBDIR= accf_data \
accf_http \
- agp \
aha \
aic7xxx \
aio \
@@ -156,6 +155,7 @@ SUBDIR+=syscons
# XXX some of these can move now, but are untested on other architectures.
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=3dfx \
+ agp \
aic \
aout \
apm \
OpenPOWER on IntegriCloud