summaryrefslogtreecommitdiff
path: root/share/mk/bsd.subdir.mk
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2012-04-08 15:56:29 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2012-04-08 15:56:29 +0000
commite3ab6f454b110890e362185c197f1139591a395c (patch)
tree8fbf4fcc338c6a009f8ccda2d7fe0962616ef01d /share/mk/bsd.subdir.mk
parent8bcbd4f3537989e7ebdd06ef77e10172c6e60944 (diff)
unhook lint from the tree. The parser is incomplete and difficult
to fix and there are several alternatives that don't tell quite so many dangerous lies. enthusiastic agreement from a bunch of people
Diffstat (limited to 'share/mk/bsd.subdir.mk')
-rw-r--r--share/mk/bsd.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 14066d418a3..e0a40208663 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.subdir.mk,v 1.16 2009/09/23 20:30:20 matthieu Exp $
+# $OpenBSD: bsd.subdir.mk,v 1.17 2012/04/08 15:56:28 jsg Exp $
# $NetBSD: bsd.subdir.mk,v 1.11 1996/04/04 02:05:06 jtc Exp $
# @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
@@ -76,7 +76,7 @@ realinstall: beforeinstall _SUBDIRUSE
.endif
-.for t in all clean cleandir includes depend lint obj tags regress
+.for t in all clean cleandir includes depend obj tags regress
. if !target($t)
$t: _SUBDIRUSE
. endif