diff options
author | rillig <rillig@pkgsrc.org> | 2008-11-05 08:23:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-11-05 08:23:41 +0000 |
commit | b9420531f9d42e0edf19599dde8b570430423a5e (patch) | |
tree | 6868a957b71ea789cb10e42881e2c4e55b72280c /mk/misc | |
parent | 74918473a260e4eb7775d843141797c8e04e017a (diff) | |
download | pkgsrc-b9420531f9d42e0edf19599dde8b570430423a5e.tar.gz |
More keywords for "bmake help".
Diffstat (limited to 'mk/misc')
-rw-r--r-- | mk/misc/warnings.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/misc/warnings.mk b/mk/misc/warnings.mk index e2447dbd897..a13832249ae 100644 --- a/mk/misc/warnings.mk +++ b/mk/misc/warnings.mk @@ -1,4 +1,4 @@ -# $NetBSD: warnings.mk,v 1.1 2007/07/20 14:08:19 rillig Exp $ +# $NetBSD: warnings.mk,v 1.2 2008/11/05 08:23:41 rillig Exp $ # This file prints the warnings that have been detected while loading # the package Makefile. Whichever part of pkgsrc (user, package, system) @@ -8,6 +8,8 @@ # Example: # WARNINGS+= "[warnings.mk] This is an example warning." # +# Keywords: warning warnings +# WARNINGS?= # none |