diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-05-25 18:15:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-05-25 18:15:58 +0000 |
commit | b1d408293639680e421f08cd34235c947c944786 (patch) | |
tree | a50201be9345beda75518c9e961ec895034ff9e9 /xserver/hw | |
parent | e99c18c7646c8f3e65e7863bbb0e42f7a5c05b65 (diff) |
Xwscons doesn't need agp support for now.
Diffstat (limited to 'xserver/hw')
-rw-r--r-- | xserver/hw/kdrive/openbsd/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xserver/hw/kdrive/openbsd/Makefile.am b/xserver/hw/kdrive/openbsd/Makefile.am index 30befeb31..eba9206d7 100644 --- a/xserver/hw/kdrive/openbsd/Makefile.am +++ b/xserver/hw/kdrive/openbsd/Makefile.am @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.am,v 1.1 2007/05/25 15:33:32 matthieu Exp $ +# $OpenBSD: Makefile.am,v 1.2 2007/05/25 18:15:57 matthieu Exp $ INCLUDES = \ @KDRIVE_INCS@ \ @@ -10,8 +10,6 @@ noinst_LIBRARIES =libopenbsd.a if KDRIVE_HW KDRIVE_HW_SOURCES = \ - agp.c \ - agp.h \ openbsd.c endif @@ -20,5 +18,4 @@ libopenbsd_a_SOURCES = \ $(KDRIVE_HW_SOURCES) libopenbsd_a_DEPENDENCIES = \ - agp.c \ openbsd.c |