Home | History | Annotate | Line # | Download | only in USD.doc
Makefile revision 1.1
      1  1.1  deraadt #	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
      2  1.1  deraadt #	$Id: Makefile,v 1.1 1994/06/29 05:09:54 deraadt Exp $
      3  1.1  deraadt 
      4  1.1  deraadt DIR=	usd/07.mail
      5  1.1  deraadt SRCS=	mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
      6  1.1  deraadt 	mail7.nr mail8.nr mail9.nr maila.nr
      7  1.1  deraadt MACROS=	-me
      8  1.1  deraadt 
      9  1.1  deraadt paper.ps: ${SRCS}
     10  1.1  deraadt 	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
     11  1.1  deraadt 
     12  1.1  deraadt .include <bsd.doc.mk>
     13