Only descend into xfree86 if XSERVER_XFREE86 server is set

This commit is contained in:
abs 2009-02-14 10:46:06 +00:00
parent 5418aaa838
commit b01a919335

View File

@ -1,8 +1,11 @@
# $NetBSD: Makefile,v 1.3 2008/08/06 04:14:35 mrg Exp $
# $NetBSD: Makefile,v 1.4 2009/02/14 10:46:06 abs Exp $
.include "../Makefile.common"
SUBDIR= xnest vfb xfree86
SUBDIR= xnest vfb
.if ${XSERVER_XFREE86} != "no"
SUBDIR+= xfree86
.endif
.if 0
.if ${XSERVER_X68K} != "no"