add unifdef support
authorJohn Kohl <jtkohl@mit.edu>
Tue, 30 Oct 1990 15:54:03 +0000 (15:54 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 30 Oct 1990 15:54:03 +0000 (15:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1375 dc483132-0cff-0310-8789-dd5450dbe970

src/Imakefile

index e56aaa72e31e448684d3f3380f8d0122cd694259..c7c726e91e2f56c640ff5d27b02ea43d8e77c43c 100644 (file)
@@ -25,10 +25,15 @@ SSDIR=
 #else
 SSDIR=ss
 #endif
+#ifdef UseUnifdefInstalled
+UNIFDIR=
+#else
+UNIFDIR=util/unifdef
+#endif
 all::
        make includes
 
-        SUBDIRS = include $(COMERRDIR) $(SSDIR) lib kdc admin clients appl
+        SUBDIRS = $(UNIFDIR) include $(COMERRDIR) $(SSDIR) lib kdc admin clients appl
   LNINSTALLDIRS = 
 
 MakeSubdirs($(SUBDIRS))