DGA sources for sparc64

This commit is contained in:
rtr 2003-12-23 04:07:15 +00:00
parent 7408b6e072
commit 21e69c48c2
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2003/12/21 03:07:01 rtr Exp $
# $NetBSD: Makefile,v 1.3 2003/12/23 04:07:15 rtr Exp $
LIB= ext
SRCS= EVI.c appgroup.c bigreq.c cup.c dpms.c fontcache.c mitmisc.c \
@ -7,8 +7,7 @@ SRCS= EVI.c appgroup.c bigreq.c cup.c dpms.c fontcache.c mitmisc.c \
xcmisc.c xf86bigfont.c xprint.c xres.c xtest.c xtest1dd.c \
xtest1di.c xvdisp.c xvmain.c xvmc.c
# XXX dga should be enabled for sparc64 but isn't.
.if ${MACHINE} != "sparc" && ${MACHINE} != "sparc64"
.if ${MACHINE} != "sparc"
SRCS+= xf86vmode.c xf86misc.c xf86dga.c xf86dga2.c
.endif