xref: /original-bsd/usr.bin/dc/USD.doc/Makefile (revision 3b6250d9)
1#	@(#)Makefile	5.1 (Berkeley) 06/30/90
2
3DIR=	usd/05.dc
4SRCS=	dc
5MACROS=	-ms
6
7paper.${PRINTER}: ${SRCS}
8	${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11