xref: /original-bsd/old/pcc/lint/PSD.doc/Makefile (revision a64d8d4e)
1#	@(#)Makefile	6.2 (Berkeley) 06/30/90
2
3DIR=	ps1/09.lint
4SRCS=	lint.ms
5MACROS=	-msU
6REFER=	refer -e -p /usr/doc/run/Ind
7
8paper.${PRINTER}: ${SRCS}
9	${REFER} ${SRCS} | ${ROFF} > ${.TARGET}
10
11.include <bsd.doc.mk>
12