Makefile revision 1.4
1#	from: @(#)Makefile	6.2 (Berkeley) 6/30/90
2#	$Id: Makefile,v 1.4 1993/07/31 15:32:41 mycroft Exp $
3
4DIR=	smm/04.quotas
5DOC=	04.quotas
6
7SRCS=	quotas.ms
8MACROS=	-ms
9
10.include <bsd.doc.mk>
11
12${DOC}.${PRINTER}: ${SRCS}
13	( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}
14