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