22 lines
562 B
Makefile
22 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/11/08 13:57:30 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= util encodings .WAIT
|
|
SUBDIR+=bdf local scaled
|
|
|
|
FCCACHEDIR!= cd ${NETBSDSRCDIR}/x11/tools/fc-cache && ${PRINTOBJDIR}
|
|
FCCACHE= ${FCCACHEDIR}/fc-cache
|
|
|
|
afterinstall:
|
|
${_MKMSG_CREATE} ${DESTDIR}${X11FONTDIR}/fonts.cache-1
|
|
${FCCACHE} -fv ${DESTDIR}${X11FONTDIR}
|
|
.if ${MKUNPRIVED} != "no"
|
|
cd ${DESTDIR} \
|
|
&& find ./${X11FONTDIR} -name fonts.cache-1 \
|
|
| sed -e 's/$$/ type=file mode=0444 uname=root gname=wheel/' \
|
|
| ${METALOG.add}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|