diff options
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) && \ |