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