Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / mit / xorg / include / xtrans / Makefile
blob32159c8932119bd1c61c5f5803ebc705f6a20419
1 # $NetBSD: Makefile,v 1.4 2015/02/19 20:57:36 snj Exp $
3 .include <bsd.own.mk>
5 .PATH: ${X11SRCDIR.xtrans}
7 INCS= Xtrans.c Xtrans.h Xtransint.h Xtranslcl.c \
8 Xtranssock.c Xtransutil.c transport.c
9 INCSDIR=${X11INCDIR}/X11/Xtrans
11 NOOBJ= # defined
13 PKGCONFIG= xtrans
15 .include <bsd.x11.mk>
16 .include <bsd.prog.mk>