Home | History | Annotate | Line # | Download | only in 04.quotas
Makefile revision 1.2
      1 #	@(#)Makefile	6.2 (Berkeley) 6/30/90
      2 
      3 DIR=	smm/04.quotas
      4 DOC=	04.quotas
      5 
      6 SRCS=	quotas.ms
      7 MACROS=	-ms
      8 
      9 .include <bsd.doc.mk>
     10 
     11 ${DOC}.${PRINTER}: ${SRCS}
     12 	${ROFF} ${SRCS} > ${.TARGET}
     13