etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / etc / Makefile
blobd4abf58063329310c9e3e31b60ffb9779da72e0f
1 # $NetBSD: Makefile,v 1.1 2010/11/12 17:05:48 tsutsui Exp $
3 .include <bsd.own.mk>
5 .if exists(etc.${RELEASEMACHINE}/Makefile.inc)
6 .include "etc.${RELEASEMACHINE}/Makefile.inc"
7 .endif
9 FILESDIR= ${X11ETCDIR}
10 CONFIGFILES=
11 CONFIGSYMLINKS=
13 .if defined(XORGCONF_FILES)
14 .for file in ${XORGCONF_FILES}
15 CONFIGFILES+= ${file}
16 FILESMODE_${file:T}= 644
17 .endfor
18 .endif
20 .include <bsd.prog.mk>