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