diff options
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 |