diff options
Diffstat (limited to 'xserver/hw/xfree86/utils/pcitweak/Makefile.in')
-rw-r--r-- | xserver/hw/xfree86/utils/pcitweak/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xserver/hw/xfree86/utils/pcitweak/Makefile.in b/xserver/hw/xfree86/utils/pcitweak/Makefile.in index f6998d76f..5beb9d69e 100644 --- a/xserver/hw/xfree86/utils/pcitweak/Makefile.in +++ b/xserver/hw/xfree86/utils/pcitweak/Makefile.in @@ -273,8 +273,12 @@ KDRIVEFBDEV_FALSE = @KDRIVEFBDEV_FALSE@ KDRIVEFBDEV_TRUE = @KDRIVEFBDEV_TRUE@ KDRIVELINUX_FALSE = @KDRIVELINUX_FALSE@ KDRIVELINUX_TRUE = @KDRIVELINUX_TRUE@ +KDRIVEOPENBSD_FALSE = @KDRIVEOPENBSD_FALSE@ +KDRIVEOPENBSD_TRUE = @KDRIVEOPENBSD_TRUE@ KDRIVEVESA_FALSE = @KDRIVEVESA_FALSE@ KDRIVEVESA_TRUE = @KDRIVEVESA_TRUE@ +KDRIVEWSCONS_FALSE = @KDRIVEWSCONS_FALSE@ +KDRIVEWSCONS_TRUE = @KDRIVEWSCONS_TRUE@ KDRIVE_CFLAGS = @KDRIVE_CFLAGS@ KDRIVE_FALSE = @KDRIVE_FALSE@ KDRIVE_HW_FALSE = @KDRIVE_HW_FALSE@ |