put some real stuff here
authorJohn Kohl <jtkohl@mit.edu>
Fri, 27 Apr 1990 12:06:48 +0000 (12:06 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 27 Apr 1990 12:06:48 +0000 (12:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@608 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/Imakefile

index a8903aa9bdba8e4ac8c00b5ce2533d366da48e5c..cd75b87156391c54db8f81c86228180894a0f246 100644 (file)
@@ -1,4 +1,7 @@
 SRCS= kdb_stash.c kdb_create.c kdb_destroy.c common.c
-all::
-       /*placebo*/
-       @echo nothing to build yet.
+
+all::  kdb5_create kdb5_destroy kdb5_stash
+
+NormalProgramTarget(kdb5_create,kdb_create.o,$(KDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),)
+NormalProgramTarget(kdb5_destroy,kdb_destroy.o,$(KDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),)
+NormalProgramTarget(kdb5_stash,kdb_stash.o,$(KDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),)