From efabf75fb9082577948752444761e6f862d97d8e Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 11 May 1990 15:47:36 +0000 Subject: [PATCH] add 'all' line git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@840 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/sample/Imakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile index 9e5449be2..a4ae48559 100644 --- a/src/appl/sample/Imakefile +++ b/src/appl/sample/Imakefile @@ -4,5 +4,7 @@ LOCAL_LIBRARIES = $(KLIB) CLIENTOBJS= sclient.o SERVEROBJS= sserver.o +all:: sclient sserver + NormalProgramTarget(sclient,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) NormalProgramTarget(sserver,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) -- 2.26.2