Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 1997/05/15 10:08:47 veego Exp $
2
3LIBS=	llib-lposix.ln llib-lstdc.ln
4FILES=	${LIBS}
5FILESDIR= ${LINTLIBDIR}
6
7all:	${LIBS}
8
9CLEANFILES+= ${LIBS}
10
11llib-lposix.ln: llib-lposix
12	lint -Cposix ${.ALLSRC}
13
14llib-lstdc.ln: llib-lstdc
15	lint -Cstdc ${.ALLSRC}
16
17.include <bsd.prog.mk>
18