summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/automake.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk
index d18cba81970..90c3f6203b4 100644
--- a/mk/tools/automake.mk
+++ b/mk/tools/automake.mk
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.29 2018/08/22 20:48:37 maya Exp $
+# $NetBSD: automake.mk,v 1.30 2018/12/01 04:58:55 wiz Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -86,7 +86,8 @@ _TOOLS_AM_NAMES= aclocal aclocal-1.4 \
aclocal-1.12 \
aclocal-1.13 \
aclocal-1.14 \
- aclocal-1.15
+ aclocal-1.15 \
+ aclocal-1.16
_TOOLS_AM_NAMES+= automake automake-1.4 \
automake-1.5 \
automake-1.6 \
@@ -98,7 +99,8 @@ _TOOLS_AM_NAMES+= automake automake-1.4 \
automake-1.12 \
automake-1.13 \
automake-1.14 \
- automake-1.15
+ automake-1.15 \
+ automake-1.16
.for _t_ in ${_TOOLS_AM_NAMES}
_TOOLS_AM_TYPE.${_t_}?= TOOLS_GNU_MISSING