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