No empty .Rs/.Re
[netbsd-mini2440.git] / bin / csh / USD.doc / Makefile
blob452cd4d137dbae06f4beba5a39d82232ba9b61ca
1 # $NetBSD: Makefile,v 1.6 2003/07/10 10:34:00 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 8/14/93
4 DIR= usd/04.csh
5 SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.ap csh.g
6 MACROS= -ms
8 paper.ps: ${SRCS}
9 ${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} | \
10 ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
12 .include <bsd.doc.mk>