Makefile revision 1.3
1#	@(#)Makefile	6.2 (Berkeley) 6/30/90
2
3DIR=	smm/04.quotas
4DOC=	04.quotas
5
6SRCS=	quotas.ms
7MACROS=	-ms
8
9.include <bsd.doc.mk>
10
11${DOC}.${PRINTER}: ${SRCS}
12	( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}
13