diff options
author | rillig <rillig@pkgsrc.org> | 2015-03-11 19:24:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2015-03-11 19:24:44 +0000 |
commit | 68d591e04e2e4a183140fe1b05365e622c635754 (patch) | |
tree | 3777a350c2ef9a986658006d649a79e180cf6c19 /mk/tools | |
parent | 4dbfc48462e91d43bd34d60ce235a51d50b8891f (diff) | |
download | pkgsrc-68d591e04e2e4a183140fe1b05365e622c635754.tar.gz |
Added "bmake help" documentation for using libtool and pkg-config.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/automake.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk index ad7d774e1f7..7fafb95aad3 100644 --- a/mk/tools/automake.mk +++ b/mk/tools/automake.mk @@ -1,4 +1,4 @@ -# $NetBSD: automake.mk,v 1.26 2015/02/16 10:59:39 jperkin Exp $ +# $NetBSD: automake.mk,v 1.27 2015/03/11 19:24:44 rillig Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -70,6 +70,8 @@ # # AUTOMAKE_OVERRIDE= no # +# Keywords: automake +# # Only allow one of "automake" and "automake14" in USE_TOOLS. .if !empty(USE_TOOLS:C/:.*//:Mautomake) && \ |