Home | History | Annotate | Line # | Download | only in 01.setup
Makefile revision 1.4
      1  1.4  mycroft #	from: @(#)Makefile	5.2 (Berkeley) 6/30/90
      2  1.4  mycroft #	$Id: Makefile,v 1.4 1993/07/31 15:33:01 mycroft Exp $
      3  1.1      cgd 
      4  1.1      cgd DIR=	smm/01.setup
      5  1.2      cgd DOC=	01.setup
      6  1.2      cgd 
      7  1.1      cgd SRCS=	0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t
      8  1.1      cgd .if ${MACHINE} == "vax"
      9  1.1      cgd SRCS+=	c.t
     10  1.1      cgd .endif
     11  1.1      cgd .PATH:	${.CURDIR}/${MACHINE} ${.CURDIR}/common
     12  1.1      cgd 
     13  1.2      cgd .include <bsd.doc.mk>
     14  1.2      cgd 
     15  1.2      cgd ${DOC}.${PRINTER}: ${SRCS}
     16  1.3      cgd 	( cd ${.CURDIR} ; ${EQN} ${.ALLSRC} ) | ${TBL} | ${ROFF} > ${.TARGET}
     17