/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

  1. # $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
  2. # $FreeBSD$
  3. LIBS= llib-lposix.ln llib-lstdc.ln
  4. FILES= ${LIBS}
  5. FILESDIR= ${LINTLIBDIR}
  6. CLEANFILES+= ${LIBS}
  7. llib-lposix.ln: llib-lposix
  8. ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
  9. llib-lstdc.ln: llib-lstdc
  10. ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
  11. .include <bsd.prog.mk>