Enable "SUBDIR+=netbsd/x68k" if ${XSERVER_X68K} != "no".

Now we've got it after this glue Makefile was initially added back in 2008.
This commit is contained in:
tsutsui 2014-03-01 19:45:29 +00:00
parent 31f3a188ec
commit ac4c90f708

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2009/02/14 10:46:06 abs Exp $
# $NetBSD: Makefile,v 1.5 2014/03/01 19:45:29 tsutsui Exp $
.include "../Makefile.common"
@ -7,11 +7,11 @@ SUBDIR= xnest vfb
SUBDIR+= xfree86
.endif
.if 0
.if ${XSERVER_X68K} != "no"
SUBDIR+=netbsd/x68k
.endif
.if 0
.if ${XSERVER_XALPHANETBSD} != "no"
SUBDIR+=netbsd/alpha
.endif