Home | History | Annotate | Line # | Download | only in USD.doc
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2003/07/10 10:34:00 lukem Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 8/14/93
      3 
      4 DIR=	usd/04.csh
      5 SRCS=	tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
      6 MACROS= -ms
      7 
      8 paper.ps: ${SRCS}
      9 	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} | \
     10 	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}                  
     11 
     12 .include <bsd.doc.mk>
     13