/usr.bin/xlint/llib/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 17 lines · 9 code · 6 blank · 2 comment · 0 complexity · aa8047940e11887b048e9c627c24e635 MD5 · raw file
- # $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
- # $FreeBSD$
- LIBS= llib-lposix.ln llib-lstdc.ln
- FILES= ${LIBS}
- FILESDIR= ${LINTLIBDIR}
- CLEANFILES+= ${LIBS}
- llib-lposix.ln: llib-lposix
- ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
- llib-lstdc.ln: llib-lstdc
- ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
- .include <bsd.prog.mk>