Makefile revision 1.8
11.8Sdholland# $NetBSD: Makefile,v 1.8 2013/10/06 05:45:19 dholland Exp $ 21.3Sperry# 31.2Schristos# @(#)Makefile 8.2 (Berkeley) 6/1/94 41.1Scgd 51.1ScgdDIR= psd/05.sysman 61.1ScgdSRCS= 0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \ 71.1Scgd 2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t 81.1ScgdMACROS= -ms 91.8SdhollandCLEANFILES+=facilities contents pagelog 101.1Scgd 111.8Sdhollandpaper.ps: ${SRCS} facilities contents 121.8Sdholland ${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC:M*.t} | ${TOOL_TBL} | \ 131.7Slukem ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET} 141.1Scgd 151.8Sdhollandfacilities: ${SRCS} 161.8Sdholland ${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} |\ 171.8Sdholland ${TOOL_SED} -n -e '/^\.Fd/p;/^\.Sh/p' |\ 181.8Sdholland ${TOOL_SED} -e 's/^\.Fd/.Nm/;s/^\.Sh /.L/' > ${.TARGET} 191.8Sdholland 201.8Sdhollandcontents: ${SRCS} 211.8Sdholland ${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} |\ 221.8Sdholland ${TOOL_SED} -n -e '/^\.Sh/p' |\ 231.8Sdholland ${TOOL_SED} -e 's/^\.Sh /.L/;s/$$/"/' > ${.TARGET} 241.8Sdholland 251.1Scgd.include <bsd.doc.mk> 26