From: John Kohl Date: Fri, 14 Jun 1991 15:22:58 +0000 (+0000) Subject: convert can now handle non-NDBM sites X-Git-Tag: krb5-1.0-beta2~281 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1005a28aca0fe724a5bad26f985d2785990c5439;p=krb5.git convert can now handle non-NDBM sites git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2181 dc483132-0cff-0310-8789-dd5450dbe970 --- 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))