turn on xfree86 subdir build

This commit is contained in:
rtr 2003-12-23 10:26:37 +00:00
parent c43324f842
commit a8feda508b

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.3 2003/12/20 01:32:06 rtr Exp $
# $NetBSD: Makefile,v 1.4 2003/12/23 10:26:37 rtr Exp $
SUBDIR= vfb xnest
.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
SUBDIR+=sun
.else
SUBDIR+=xfree86
.endif
.include <bsd.subdir.mk>