aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-04-19 19:45:19 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-04-19 19:45:19 +0000
commitbfc4cb269ab41925e2cfe47cc588df2a0aea3044 (patch)
tree891cfc9d6b44c4727aa85845077cb2422c43b8f9
parentc5ab4962676950aee27303026b91ccfe2b02acc5 (diff)
Notes
-rw-r--r--share/mk/bsd.prog.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 7d281b83dd1f..3c772989d719 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