diff --git a/x11/Xserver/hw/xfree86/drivers/Makefile b/x11/Xserver/hw/xfree86/drivers/Makefile index 4226acf47d73..e7a513c8751f 100644 --- a/x11/Xserver/hw/xfree86/drivers/Makefile +++ b/x11/Xserver/hw/xfree86/drivers/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2004/03/14 07:26:58 matt Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/14 17:01:10 matt Exp $ -SUBDIR= ati atimisc chips fbdev glint imstt mga newport nv r128 radeon \ +SUBDIR= ati atimisc chips fbdev glint imstt mga nv r128 radeon \ s3 s3virge savage sis tdfx trident vga .if ${MACHINE} == "i386" @@ -12,4 +12,8 @@ SUBDIR+= apm ark cirrus cyrix dummy i128 nsc \ rendition siliconmotion tga tseng vesa .endif +.if ${MACHINE} == "sgimips" +SUBDIR+= newport +.endif + .include