diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-21 00:26:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-21 00:26:36 +0000 |
commit | 008a5ad2ff1d76a7450bfa38bb142f068112d71d (patch) | |
tree | 5dfa85aa989a61fd299fedc1b8422aab99f7ac51 /x11 | |
parent | 1cbd30b4dd489da75a9b173c4dbc4d857819ed19 (diff) | |
download | pkgsrc-008a5ad2ff1d76a7450bfa38bb142f068112d71d.tar.gz |
Add more modular Xorg drivers.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index d0a4f936431..d1319bd17ec 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.485 2007/03/20 17:04:59 joerg Exp $ +# $NetBSD: Makefile,v 1.486 2007/03/21 00:26:36 joerg Exp $ # COMMENT= Packages to support the X window system @@ -361,7 +361,13 @@ SUBDIR+= xf86-video-cirrus SUBDIR+= xf86-video-cyrix SUBDIR+= xf86-video-i810 SUBDIR+= xf86-video-nv +SUBDIR+= xf86-video-tga +SUBDIR+= xf86-video-trident +SUBDIR+= xf86-video-tseng SUBDIR+= xf86-video-vesa +SUBDIR+= xf86-video-vga +SUBDIR+= xf86-video-via +SUBDIR+= xf86-video-vmware SUBDIR+= xf86-video-wsfb SUBDIR+= xf86bigfontproto SUBDIR+= xf86dgaproto |