*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Fri, 11 May 1990 10:26:18 +0000 (10:26 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 11 May 1990 10:26:18 +0000 (10:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@839 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/sample/Imakefile [new file with mode: 0644]

diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile
new file mode 100644 (file)
index 0000000..9e5449b
--- /dev/null
@@ -0,0 +1,8 @@
+        DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+
+CLIENTOBJS= sclient.o
+SERVEROBJS= sserver.o
+
+NormalProgramTarget(sclient,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+NormalProgramTarget(sserver,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)