From d2eed0305837a75c0a140a35cd83a2a96f88c074 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 27 Apr 1990 12:06:48 +0000 Subject: put some real stuff here git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@608 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/Imakefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/admin/Imakefile') diff --git a/src/admin/Imakefile b/src/admin/Imakefile index a8903aa9b..cd75b8715 100644 --- a/src/admin/Imakefile +++ b/src/admin/Imakefile @@ -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),) -- cgit