https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=18326
NGie Cooper <n...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@freebsd.org --- Comment #3 from NGie Cooper <n...@freebsd.org> --- I could be wrong, but I think this will fix the issue: $ svn diff . Index: Makefile =================================================================== --- Makefile (revision 290633) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $ # $FreeBSD$ -LIBS= llib-lposix.ln llib-lstdc.ln +LIBS= llib-lposix.ln llib-lstdc.ln llib-lc.ln FILES= ${LIBS} FILESDIR= ${LINTLIBDIR} @@ -14,6 +14,9 @@ llib-lstdc.ln: llib-lstdc ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC} +llib-lc.ln: llib-lstdc + ${LINT} ${LINTFLAGS} -Cc ${.ALLSRC} + .include <bsd.prog.mk> .if ${MK_META_MODE} == "yes" -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"