Improve support for non-colour displays by adding a mask of attributes to
[u/mdw/putty] / mkfiles.pl
index d141dea..b92dcb1 100755 (executable)
@@ -11,7 +11,7 @@ use FileHandle;
 
 open IN, "Recipe" or die "unable to open Recipe file\n";
 
-@incdirs = ("", "unix/");
+@incdirs = ("", "unix/", "mac/");
 
 $help = ""; # list of newline-free lines of help text
 %programs = (); # maps prog name + type letter to listref of objects/resources