Home | History | Annotate | Line # | Download | only in server
      1 #	$NetBSD: Makefile,v 1.9 2016/06/10 03:37:34 mrg Exp $
      2 
      3 # Makefile for modular-xorg-server and drivers
      4 
      5 .include <bsd.own.mk>
      6 
      7 SUBDIR=	${XORG_SERVER_SUBDIR}
      8 
      9 # We only make drivers if we make the actual Xorg server,
     10 # as opposed to Xvfb and Xnest.
     11 .if ${MKXORG_SERVER} != "no"
     12 SUBDIR+= drivers
     13 .endif
     14 
     15 .include <bsd.subdir.mk>
     16