summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-06-14 15:22:58 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-06-14 15:22:58 +0000
commit1005a28aca0fe724a5bad26f985d2785990c5439 (patch)
tree8fa470bd769dcc605cb5b0df779d592b9977709f /src/admin
parent64e6971128064ee52aba26221da499facf591626 (diff)
downloadkrb5-1005a28aca0fe724a5bad26f985d2785990c5439.tar.gz
krb5-1005a28aca0fe724a5bad26f985d2785990c5439.tar.xz
krb5-1005a28aca0fe724a5bad26f985d2785990c5439.zip
convert can now handle non-NDBM sites
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2181 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/Imakefile10
1 files changed, 1 insertions, 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))