From: Theodore Tso Date: Thu, 3 Jun 1993 00:09:56 +0000 (+0000) Subject: Added the new util and config-files subdirectories X-Git-Tag: krb5-1.0-beta3~288 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c007d7443ba5c5e13ef122d913e17999b77456b;p=krb5.git Added the new util and config-files subdirectories git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2550 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Imakefile b/src/Imakefile index d1f211cbe..6db8445e6 100644 --- a/src/Imakefile +++ b/src/Imakefile @@ -33,7 +33,8 @@ world:: make ${MFLAGS} depend make ${MFLAGS} all -SUBDIRS = include lib kdc admin kadmin slave clients appl tests +SUBDIRS = util include lib kdc admin kadmin slave clients appl tests \ + config-files LNINSTALLDIRS = MakeSubdirs($(SUBDIRS))