summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-02-07 05:30:24 +0000
committerTheodore Tso <tytso@mit.edu>1996-02-07 05:30:24 +0000
commit1beb992505eeb0faa107ebe140aa7a6a2a53d3e3 (patch)
tree9815040240029c1988edf1d9cba07b6b7aa91e59 /src/util/Makefile.in
parenta6b669132f87a17a2cdd6d804f4c048e15219137 (diff)
downloadkrb5-1beb992505eeb0faa107ebe140aa7a6a2a53d3e3.tar.gz
krb5-1beb992505eeb0faa107ebe140aa7a6a2a53d3e3.tar.xz
krb5-1beb992505eeb0faa107ebe140aa7a6a2a53d3e3.zip
Folded in danw's changes to allow building Makefiles for the
Macintosh. We now can build MPW makefiles which are interpreted by CodeWarrior. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7444 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/Makefile.in')
-rw-r--r--src/util/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.in b/src/util/Makefile.in
index 0f97db02b3..1d0a278d2f 100644
--- a/src/util/Makefile.in
+++ b/src/util/Makefile.in
@@ -1,5 +1,7 @@
CFLAGS = $(CCOPTS)
+MAC_SUBDIRS = profile et
+
editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g'
HOST_TYPE=@HOST_TYPE@
HAVE_GCC=@HAVE_GCC@