xref: /386bsd/usr/src/share/doc/usd/23.meref/Makefile (revision a2142627)
1#	@(#)Makefile	6.4 (Berkeley) 6/30/90
2
3DIR=	usd/23.meref
4SRCS=	ref.me
5MACROS=	-me
6
7paper.${PRINTER}: ${SRCS}
8	${ROFF} ${SRCS} > ${.TARGET}
9
10.include <bsd.doc.mk>
11