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