Home | History | Annotate | Line # | Download | only in 05.sysman
Makefile revision 1.2
      1  1.2  christos #	@(#)Makefile	8.2 (Berkeley) 6/1/94
      2  1.1       cgd 
      3  1.1       cgd DIR=	psd/05.sysman
      4  1.1       cgd SRCS=	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 \
      5  1.1       cgd 	2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
      6  1.1       cgd MACROS=	-ms
      7  1.2  christos CLEANFILES+=toc
      8  1.1       cgd 
      9  1.1       cgd paper.ps: ${SRCS}
     10  1.2  christos 	soelim -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
     11  1.1       cgd 
     12  1.1       cgd .include <bsd.doc.mk>
     13  1.2  christos .include <bsd.obj.mk>
     14