diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-04-08 15:56:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-04-08 15:56:29 +0000 |
commit | e3ab6f454b110890e362185c197f1139591a395c (patch) | |
tree | 8fbf4fcc338c6a009f8ccda2d7fe0962616ef01d /share/mk/bsd.own.mk | |
parent | 8bcbd4f3537989e7ebdd06ef77e10172c6e60944 (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.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 0777c315db7..b5c07d5dfe1 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.114 2011/11/25 05:25:25 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.115 2012/04/08 15:56:28 jsg Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -76,7 +76,6 @@ MANOWN?= root MANMODE?= ${NONBINMODE} LIBDIR?= /usr/lib -LINTLIBDIR?= /usr/libdata/lint LIBGRP?= ${BINGRP} LIBOWN?= ${BINOWN} LIBMODE?= ${NONBINMODE} @@ -154,5 +153,5 @@ BSD_OWN_MK=Done .PHONY: spell clean cleandir obj manpages print all \ depend beforedepend afterdepend cleandepend subdirdepend \ - all lint cleanman nlsinstall cleannls includes \ + all cleanman nlsinstall cleannls includes \ beforeinstall realinstall maninstall afterinstall install |