aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/agp/Makefile
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2004-08-22 15:14:44 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2004-08-22 15:14:44 +0000
commitcd6eccf9b8a9ba6d2d19aaf87ed13b4894f59275 (patch)
treed99f13a164a79598d36ebdbdb6f435944dda1f7a /sys/modules/agp/Makefile
parent3cabe66353e74cdc43086226d501b4753ce4dc47 (diff)
downloadsrc-cd6eccf9b8a9ba6d2d19aaf87ed13b4894f59275.tar.gz
src-cd6eccf9b8a9ba6d2d19aaf87ed13b4894f59275.zip
opt_agp.h is not required anymore.
Notes
Notes: svn path=/head/; revision=134165
Diffstat (limited to 'sys/modules/agp/Makefile')
-rw-r--r--sys/modules/agp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index e8a69fb6e3af..6bdf2fd567ab 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -6,7 +6,7 @@ KMOD= agp
SRCS= agp.c agp_if.c
.if ${MACHINE_ARCH} == "i386"
SRCS+= agp_i810.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c \
- agp_nvidia.c opt_agp.h
+ agp_nvidia.c
.endif
.if ${MACHINE} == "i386"
SRCS+= agp_amd64.c