add convert to list, with NDBM magic
authorJohn Kohl <jtkohl@mit.edu>
Fri, 14 Jun 1991 11:42:29 +0000 (11:42 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 14 Jun 1991 11:42:29 +0000 (11:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2178 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/Imakefile

index 78835c40f6c0300c2ee85b34654144c975dc4a14..01fe3d26bdf454e7950c1195b5a696586507a312 100644 (file)
 #define IHaveSubdirs
 #define PassCDebugFlags
 
-SUBDIRS=create destroy edit stash aname
+#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)
 MakeSubdirs($(SUBDIRS))