1 # $NetBSD: Makefile,v 1.1 2008/08/02 04:32:00 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 SecurityPolicy.5: SecurityPolicy.man.pre 6 ${_MKTARGET_CREATE} 7 rm -f ${.TARGET} 8 ${CPP} -undef -traditional \ 9 -D__default_font_path__="`echo ${COMPILEDDEFAULTFONTPATH} | sed -e 's/,/, /g'`" \ 10 < ${.ALLSRC} \ 11 > ${.TARGET} 12 13 Xserver.1: Xserver.man.pre 14 ${_MKTARGET_CREATE} 15 rm -f ${.TARGET} 16 ${CPP} -undef -traditional \ 17 -D__default_font_path__="`echo ${COMPILEDDEFAULTFONTPATH} | sed -e 's/,/, /g'`" \ 18 < ${.ALLSRC} \ 19 > ${.TARGET} 20 21 MAN= SecurityPolicy.5 Xserver.1 22 23 .PATH: ${X11SRCDIR.xorg-server}/doc 24 25 .include <bsd.x11.mk> 26 .include <bsd.man.mk> 27