1 1.2 tls # $NetBSD: Makefile,v 1.2 1997/01/09 20:20:42 tls Exp $ 2 1.1 deraadt # from: @(#)Makefile 8.1 (Berkeley) 6/8/93 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