NetBSD/x11/Xserver/hw/Makefile
2003-12-23 10:26:37 +00:00

12 lines
196 B
Makefile

# $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>