Module Name: src Committed By: macallan Date: Tue Nov 10 21:41:31 UTC 2009
Modified Files: src/share/mk: bsd.own.mk Log Message: add igs driver for Xorg To generate a diff of this commit: cvs rdiff -u -r1.594 -r1.595 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.594 src/share/mk/bsd.own.mk:1.595 --- src/share/mk/bsd.own.mk:1.594 Thu Nov 5 20:06:29 2009 +++ src/share/mk/bsd.own.mk Tue Nov 10 21:41:31 2009 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.594 2009/11/05 20:06:29 skrll Exp $ +# $NetBSD: bsd.own.mk,v 1.595 2009/11/10 21:41:31 macallan Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -915,10 +915,10 @@ .endfor .for _v in \ - ag10e apm ark ast ati chips cirrus crime cyrix glint i128 i740 imstt \ - intel mach64 mga neomagic newport nsc nv nvxbox pnozz r128 radeonhd \ - rendition s3 s3virge savage siliconmotion sis sunffb suncg6 sunleo \ - suntcx tdfx tga trident tseng vesa vga via vmware wsfb + ag10e apm ark ast ati chips cirrus crime cyrix glint i128 i740 igs \ + imstt intel mach64 mga neomagic newport nsc nv nvxbox pnozz r128 \ + radeonhd rendition s3 s3virge savage siliconmotion sis sunffb suncg6 \ + sunleo suntcx tdfx tga trident tseng vesa vga via vmware wsfb X11SRCDIR.xf86-video-${_v}?= ${X11SRCDIRMIT}/xf86-video-${_v}/dist .endfor