xref: /original-bsd/old/tbl/USD.doc/Makefile (revision 95407d66)
1#	@(#)Makefile	5.1 (Berkeley) 06/30/90
2
3DIR=	usd/28.tbl
4SRCS=	tbl
5MACROS=	-msU
6
7paper.${PRINTER}: ${SRCS}
8	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11