xref: /original-bsd/bin/sh/USD.doc/Makefile (revision e59fb703)
1#	@(#)Makefile	5.1 (Berkeley) 06/30/90
2
3DIR=	usd/03.shell
4SRCS=	t.mac t1 t2 t3 t4
5
6paper.${PRINTER}: ${SRCS}
7	${ROFF} > ${.TARGET}
8
9.include <bsd.doc.mk>
10