xref: /original-bsd/share/doc/usd/18.msdiffs/Makefile (revision abb30312)
1#	@(#)Makefile	6.2 (Berkeley) 06/30/90
2
3DIR=	usd/21.msdiffs
4SRCS=	ms.diffs
5MACROS=	-msU
6
7paper.${PRINTER}: ${SRCS}
8	${ROFF} ${SRCS} > ${.TARGET}
9
10.include <bsd.doc.mk>
11