--- /dev/null
+# This file is part of secnet.
+# See README for full list of copyright holders.
+#
+# secnet is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# secnet is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# version 3 along with secnet; if not, see
+# https://www.gnu.org/licenses/gpl.html.
+
+include &~catacomb-import/secnet-import.auto.mk
+
+&CATS = $(addprefix &/, $(CATACOMB_IMPORT_RECIPS))
+
+&TARGETS += &$CATS
+
+.SECONDARY: &cat-converted
+
+&$CATS: &cat-converted
+ @:
+
+&cat-converted: &~catacomb-import-update
+ &~./catacomb-import-update --convert
+
+&cat-converted: $(addprefix &~catacomb-import/, $(CATACOMB_IMPORT_DONORS))
ac_config_files="$ac_config_files base91s/Dir.mk:base91s/Dir.mk.tmp"
+ subdirmk_subdirs="$subdirmk_subdirs 'cat/'"
+ ac_config_files="$ac_config_files cat/Dir.mk:cat/Dir.mk.tmp"
+
+
"mtest/Dir.mk") CONFIG_FILES="$CONFIG_FILES mtest/Dir.mk:mtest/Dir.mk.tmp" ;;
"stest/Dir.mk") CONFIG_FILES="$CONFIG_FILES stest/Dir.mk:stest/Dir.mk.tmp" ;;
"base91s/Dir.mk") CONFIG_FILES="$CONFIG_FILES base91s/Dir.mk:base91s/Dir.mk.tmp" ;;
+ "cat/Dir.mk") CONFIG_FILES="$CONFIG_FILES cat/Dir.mk:cat/Dir.mk.tmp" ;;
"common.make") CONFIG_FILES="$CONFIG_FILES common.make:common.make.in" ;;
"default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
AC_CONFIG_SRCDIR(secnet.c)
AC_CONFIG_HEADER(config.h)
-SUBDIRMK_SUBDIRS([test-example mtest stest base91s])
+SUBDIRMK_SUBDIRS([test-example mtest stest base91s cat])
AC_PREREQ(2.50)
AC_REVISION($Id: configure.in,v 1.4 2002/09/09 22:05:02 steve Exp $)