2013-04-06 16:48:33 +02:00

19 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/02/14 13:48:16 abs Exp $
LIB= ext
SRCS= EVI.c appgroup.c bigreq.c cup.c dpms.c fontcache.c mitmisc.c \
panoramiX.c panoramiXSwap.c panoramiXprocs.c sampleEVI.c \
saver.c security.c shape.c shm.c sleepuntil.c sync.c \
xcmisc.c xf86bigfont.c xprint.c xres.c xtest.c xtest1dd.c \
xtest1di.c xvdisp.c xvmain.c xvmc.c dmx.c
.if ${MACHINE_ARCH} != "sparc"
SRCS+= xf86vmode.c xf86misc.c xf86dga.c xf86dga2.c
.endif
CONFIGFILES= SecurityPolicy
FILESDIR= ${X11ETCDIR}/xserver
.include "../../Makefile.serverlib"
.include "../Makefile.ext"