convert can now handle non-NDBM sites
authorJohn Kohl <jtkohl@mit.edu>
Fri, 14 Jun 1991 15:22:58 +0000 (15:22 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 14 Jun 1991 15:22:58 +0000 (15:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2181 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/Imakefile

index 01fe3d26bdf454e7950c1195b5a696586507a312..d6700e90a1ce9d9a91a0e1017ea415117e2a4aed 100644 (file)
 #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))