diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-23 18:34:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-23 18:34:34 +0000 |
commit | 7125bfd190c8e24a78c0f9112f6d087f506837ec (patch) | |
tree | ec8676f8ef7ed69f5d4156b510fcca231905f4f5 /share/mk/bsd.own.mk | |
parent | bba04305e92227febae714b170b764fd97d8ba1c (diff) |
change NOLINT into opposite sense; WANTLINT, since it lets us built
lint libraries for those libraries which want them (and can have them)
ok millert
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 63097f6f5b8..602c6b799d8 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.93 2005/08/08 05:53:01 espie Exp $ +# $OpenBSD: bsd.own.mk,v 1.94 2005/11/23 18:34:33 deraadt Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -147,9 +147,6 @@ ASPICFLAG=-k NOPROFILE= .endif -# No lint, for now. -NOLINT= - BSD_OWN_MK=Done .PHONY: spell clean cleandir obj manpages print all \ |