11.10Sdholland# $NetBSD: Makefile,v 1.10 2014/07/05 19:22:42 dholland Exp $ 21.3Sperry# 31.2Schristos# @(#)Makefile 8.2 (Berkeley) 6/1/94 41.1Scgd 51.10SdhollandSECTION=reference/ref3 61.9SdhollandARTICLE=sysman 71.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 \ 81.1Scgd 2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t 91.9SdhollandDEPSRCS=facilities contents 101.1ScgdMACROS= -ms 111.9SdhollandROFF_TBL=yes 121.8SdhollandCLEANFILES+=facilities contents pagelog 131.9SdhollandEXTRAHTMLFILES=\ 141.9Sdholland sysman1.png sysman2.png sysman3.png sysman4.png sysman5.png \ 151.9Sdholland sysman6.png sysman7.png sysman8.png sysman9.png sysman10.png \ 161.9Sdholland sysman11.png sysman12.png sysman13.png sysman14.png sysman15.png \ 171.9Sdholland sysman16.png sysman17.png sysman18.png sysman19.png sysman20.png \ 181.9Sdholland sysman21.png sysman22.png sysman23.png sysman24.png sysman25.png \ 191.9Sdholland sysman26.png sysman27.png sysman28.png sysman29.png sysman30.png \ 201.9Sdholland sysman31.png sysman32.png sysman33.png 211.1Scgd 221.9Sdholland.include <bsd.doc.mk> 231.1Scgd 241.8Sdhollandfacilities: ${SRCS} 251.8Sdholland ${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} |\ 261.8Sdholland ${TOOL_SED} -n -e '/^\.Fd/p;/^\.Sh/p' |\ 271.8Sdholland ${TOOL_SED} -e 's/^\.Fd/.Nm/;s/^\.Sh /.L/' > ${.TARGET} 281.8Sdholland 291.8Sdhollandcontents: ${SRCS} 301.8Sdholland ${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} |\ 311.8Sdholland ${TOOL_SED} -n -e '/^\.Sh/p' |\ 321.8Sdholland ${TOOL_SED} -e 's/^\.Sh /.L/;s/$$/"/' > ${.TARGET} 33