From 1005a28aca0fe724a5bad26f985d2785990c5439 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 14 Jun 1991 15:22:58 +0000 Subject: [PATCH] convert can now handle non-NDBM sites git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2181 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/Imakefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/admin/Imakefile b/src/admin/Imakefile index 01fe3d26b..d6700e90a 100644 --- a/src/admin/Imakefile +++ b/src/admin/Imakefile @@ -25,13 +25,5 @@ #define IHaveSubdirs #define PassCDebugFlags -#if HasNdbm -/* the conversion program requires that you have the NDBM package rather - than the older DBM. */ -CONVERT=convert -#else -CONVERT= -#endif - -SUBDIRS=create destroy edit stash aname $(CONVERT) +SUBDIRS=create destroy edit stash aname convert MakeSubdirs($(SUBDIRS)) -- 2.26.2