From 779141b7039b518983ef21bd42add7d1d6125f54 Mon Sep 17 00:00:00 2001 From: asmodai Date: Thu, 19 Apr 2001 19:45:19 +0000 Subject: Who ever came up with the ${CFLAGS} need to be passed to lint? We can now run make lint on src/bin at least. I am sure Mark Murray has way more interesting fixes up his sleeve. --- share/mk/bsd.prog.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/mk') diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk index 7d281b8..3c77298 100644 --- a/share/mk/bsd.prog.mk +++ b/share/mk/bsd.prog.mk @@ -178,7 +178,7 @@ distribute: _SUBDIR .if !target(lint) lint: ${SRCS} _SUBDIR .if defined(PROG) - @${LINT} ${LINTFLAGS} ${CFLAGS} ${.ALLSRC} | more 2>&1 + @${LINT} ${LINTFLAGS} ${.ALLSRC} | more 2>&1 .endif .endif -- cgit v1.1