xref: /original-bsd/share/doc/smm/06.nfs/Makefile (revision f4546c36)
1#	@(#)Makefile	5.1 (Berkeley) 05/20/93
2
3DIR=	papers/nfs
4SRCS=	nfs-notes.me
5MACROS=	-me
6
7paper.${PRINTER}: ${SRCS}
8	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9.include <bsd.doc.mk>
10