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