]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/xlint/llib/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / xlint / llib / Makefile
1 #       $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
2 # $FreeBSD$
3
4 LIBS=   llib-lposix.ln llib-lstdc.ln
5
6 FILES=  ${LIBS}
7 FILESDIR= ${LINTLIBDIR}
8
9 CLEANFILES+= ${LIBS}
10
11 llib-lposix.ln: llib-lposix
12         ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
13
14 llib-lstdc.ln: llib-lstdc
15         ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
16
17 .include <bsd.prog.mk>