projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44cbe6c
)
add convert to list, with NDBM magic
author
John Kohl
<jtkohl@mit.edu>
Fri, 14 Jun 1991 11:42:29 +0000
(11:42 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/admin/Imakefile
b/src/admin/Imakefile
index 78835c40f6c0300c2ee85b34654144c975dc4a14..01fe3d26bdf454e7950c1195b5a696586507a312 100644
(file)
--- a/
src/admin/Imakefile
+++ b/
src/admin/Imakefile
@@
-25,5
+25,13
@@
#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))