projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64e6971
)
convert can now handle non-NDBM sites
author
John Kohl
<jtkohl@mit.edu>
Fri, 14 Jun 1991 15:22:58 +0000
(15:22 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/admin/Imakefile
b/src/admin/Imakefile
index 01fe3d26bdf454e7950c1195b5a696586507a312..d6700e90a1ce9d9a91a0e1017ea415117e2a4aed 100644
(file)
--- 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))