Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / mit / xorg / server / Makefile
blobc90cf52f9fa20c9d331e060b829448465b00b9ba
1 # $NetBSD: Makefile,v 1.8 2013/06/12 21:35:29 mrg Exp $
3 # Makefile for modular-xorg-server and drivers
5 .include <bsd.own.mk>
7 .include "xorg-server/Makefile.common"
9 SUBDIR= xorg-server
11 # We only make drivers if we make the actual Xorg server,
12 # as opposed to Xvfb and Xnest.
13 .if ${MKXORG_SERVER} != "no"
14 SUBDIR+= drivers
15 .endif
17 .include <bsd.subdir.mk>