Merge subdirectories
authorJohn Carr <jfc@mit.edu>
Fri, 25 Sep 1992 03:06:56 +0000 (03:06 +0000)
committerJohn Carr <jfc@mit.edu>
Fri, 25 Sep 1992 03:06:56 +0000 (03:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2409 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/sample/Imakefile

index dc6a21a8cbc8e367a673c51aef07459aed058d56..3e90bf233f8659ebbbacc010c815ccd71ae46ff3 100644 (file)
 # or implied warranty.
 # 
 # 
-#define IHaveSubdirs
-#define PassCDebugFlags
 
-SUBDIRS=sclient sserver
-MakeSubdirs($(SUBDIRS))
+        DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+           SRCS = sclient.o sserver.o
+
+SimpleTestProgramTarget(sclient)
+SimpleTestProgramTarget(sserver)
+
+DependTarget()
+LintTarget()