From bfc4cb269ab41925e2cfe47cc588df2a0aea3044 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Thu, 19 Apr 2001 19:45:19 +0000 Subject: [PATCH] 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(-) diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk index 7d281b83dd1..3c772989d71 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