turn on XFree86 prog build

This commit is contained in:
rtr 2003-12-23 10:20:57 +00:00
parent 71ef8c54d3
commit 109ee0636a
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
# $NetBSD: Makefile,v 1.4 2003/12/20 01:38:00 rtr Exp $
# $NetBSD: Makefile,v 1.5 2003/12/23 10:20:57 rtr Exp $
.include <bsd.own.mk>
SUBDIR= Xnest Xprt Xvfb
XTODO= XFree86
.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
SUBDIR+= Xsun Xsun24 XsunMono
.else
SUBDIR+= XFree86
.endif
.include "Makefile.Xserver"