No empty .Rs/.Re
[netbsd-mini2440.git] / x11 / share / fonts / Makefile
blobecc8112ff8a9ccfa84b44d1759b2ca3fbfb72547
1 # $NetBSD: Makefile,v 1.5 2004/02/09 06:52:34 lukem Exp $
3 .include <bsd.own.mk>
5 SUBDIR= util encodings .WAIT
6 SUBDIR+=bdf local scaled
8 .include "${NETBSDSRCDIR}/x11/tools/fc-cache/Makefile.fc-cache"
10 afterinstall:
11 ${_MKMSG_CREATE} ${DESTDIR}${X11FONTDIR}/fonts.cache-1
12 ${FCCACHE} -fv ${DESTDIR}${X11FONTDIR}
13 .if ${MKUNPRIVED} != "no"
14 cd ${DESTDIR} \
15 && find ./${X11FONTDIR} -name fonts.cache-1 \
16 | ${TOOL_SED} -e \
17 's/$$/ type=file mode=0444 uname=${BINOWN} gname=${BINGRP}/' \
18 | ${METALOG.add}
19 .endif
21 .include <bsd.subdir.mk>