Sync usage with man page.
[netbsd-mini2440.git] / usr.bin / xlint / llib / Makefile
blobd7230d3337553b8c4210985ccfd176876c09cb9f
1 # $NetBSD: Makefile,v 1.9 2003/10/19 04:30:30 lukem Exp $
3 .include <bsd.own.mk>
5 LIBS= llib-lposix.ln llib-lstdc.ln
7 .if ${MKLINT} != "no"
8 FILES= ${LIBS}
9 FILESDIR= ${LINTLIBDIR}
11 realall: ${LIBS}
12 .endif
14 CLEANFILES+= ${LIBS}
16 llib-lposix.ln: llib-lposix
17 ${_MKTARGET_CREATE}
18 ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
20 llib-lstdc.ln: llib-lstdc
21 ${_MKTARGET_CREATE}
22 ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
24 .include <bsd.prog.mk>