Add atimisc, r128 and radeon modules to the sparc64 build

This commit is contained in:
martin 2005-04-03 16:04:30 +00:00
parent 58b8abcbf8
commit 216c7eb47d

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2005/03/23 11:09:58 martin Exp $ # $NetBSD: Makefile,v 1.11 2005/04/03 16:04:30 martin Exp $
SUBDIR= ati atimisc chips fbdev glint imstt mga nv r128 radeon \ SUBDIR= ati atimisc chips fbdev glint imstt mga nv r128 radeon \
s3 s3virge savage sis tdfx trident vga wsfb s3 s3virge savage sis tdfx trident vga wsfb
@ -17,7 +17,8 @@ SUBDIR= newport
.endif .endif
.if ${MACHINE} == "sparc64" .if ${MACHINE} == "sparc64"
SUBDIR= sunffb sunleo suncg6 suncg3 suncg14 suntcx sunbw2 ati vga SUBDIR= sunffb sunleo suncg6 suncg3 suncg14 suntcx sunbw2 ati atimisc \
r128 radeon vga
.endif .endif
.include <bsd.subdir.mk> .include <bsd.subdir.mk>