Makefile revision 1.5
1#	from: @(#)Makefile	6.2 (Berkeley) 6/30/90
2#	$Id: Makefile,v 1.5 1994/01/24 22:37:02 cgd 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_TYPE}: ${SRCS}
13	( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}
14