xref: /original-bsd/old/awk/USD.doc/Makefile (revision 306a1b7a)
1#	@(#)Makefile	5.3 (Berkeley) 08/03/93
2
3DIR=	usd/16.awk
4SRCS=	awk
5MACROS=	-msU
6
7paper.ps: ${SRCS}
8	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11