xref: /386bsd/usr/src/share/doc/smm/04.quotas/Makefile (revision a2142627)
1#	@(#)Makefile	6.2 (Berkeley) 6/30/90
2
3DIR=	smm/04.quotas
4SRCS=	quotas.ms
5MACROS=	-msU
6
7paper.${PRINTER}: ${SRCS}
8	${ROFF} ${SRCS} > ${.TARGET}
9
10.include <bsd.doc.mk>
11