Home | History | Annotate | Line # | Download | only in USD.doc
Makefile revision 1.1
      1  1.1  perry #	$NetBSD: Makefile,v 1.1 2010/08/22 01:58:16 perry Exp $
      2  1.1  perry #	@(#)Makefile	8.1 (Berkeley) 8/14/93
      3  1.1  perry 
      4  1.1  perry DIR=	usd/03.shell
      5  1.1  perry SRCS=	Rv7man t.mac t1 t2 t3 t4
      6  1.1  perry MACROS= -ms
      7  1.1  perry 
      8  1.1  perry paper.ps: ${SRCS}
      9  1.1  perry 	${TOOL_REFER} -e -p ${SRCS} | \
     10  1.1  perry 	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
     11  1.1  perry 
     12  1.1  perry .include <bsd.doc.mk>
     13