1#	@(#)Makefile	6.2 (Berkeley) 06/30/90
2
3DIR=	usd/17.jove
4SRCS=	jove.1 jove.2 jove.3 jove.4
5MACROS=	-msU
6
7paper.${PRINTER}: ${SRCS}
8	${ROFF} ${SRCS} > ${.TARGET}
9
10.include <bsd.doc.mk>
11