summaryrefslogtreecommitdiffstats
path: root/src/tests/Imakefile
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1991-05-06 13:27:41 +0000
committerTheodore Tso <tytso@mit.edu>1991-05-06 13:27:41 +0000
commiteab25e18ca94480e73d70f57b5cbc5cc04b87d45 (patch)
treebf8d4e002d016ed1f3eecb977cd8d0523badbaec /src/tests/Imakefile
parentf9a1cdb5739a77a9e791ab35d9b3b70c1b804ce9 (diff)
downloadkrb5-eab25e18ca94480e73d70f57b5cbc5cc04b87d45.tar.gz
krb5-eab25e18ca94480e73d70f57b5cbc5cc04b87d45.tar.xz
krb5-eab25e18ca94480e73d70f57b5cbc5cc04b87d45.zip
Rearranged directory structure
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2098 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/Imakefile')
-rw-r--r--src/tests/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/Imakefile b/src/tests/Imakefile
index 10ab329dc8..b713c708f8 100644
--- a/src/tests/Imakefile
+++ b/src/tests/Imakefile
@@ -12,10 +12,10 @@
#define PassCDebugFlags
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
- SUBDIRS = jon
+ SUBDIRS = create verify hammer
OBJS = test1.o dump.o
SRCS = test1.c dump.c
-#ComplexProgramTarget(test)
+MakeSubdirs($(SUBDIRS))