From: John Kohl Date: Fri, 11 May 1990 15:47:36 +0000 (+0000) Subject: add 'all' line X-Git-Tag: krb5-1.0-alpha2~565 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=efabf75fb9082577948752444761e6f862d97d8e;p=krb5.git add 'all' line git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@840 dc483132-0cff-0310-8789-dd5450dbe970 --- 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),)