summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-22 20:42:42 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-22 20:42:42 +0000
commitc022c82400d0fe38cc9fa0fce73e2131733d74eb (patch)
tree07a375b8fcb8d88a2b7f5079cf36ce16cf70056b /src
parent65df33d4a9cefcc5fbd9b617a6c5f247bf0e2c5d (diff)
downloadkrb5-c022c82400d0fe38cc9fa0fce73e2131733d74eb.tar.gz
krb5-c022c82400d0fe38cc9fa0fce73e2131733d74eb.tar.xz
krb5-c022c82400d0fe38cc9fa0fce73e2131733d74eb.zip
Added all-mac target to the top level makefile
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5192 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 18bdebd63..a4e89a6b5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
Tue Mar 22 12:00:00 1995 Keith Vetter (keithv@fusion.com)
+ * Makefile.in: added all-mac target.
+
+Tue Mar 22 12:00:00 1995 Keith Vetter (keithv@fusion.com)
+
* Makefile.in: zipping up for the PC now handles trees containing
binary files such as *.o and *.a.
diff --git a/src/Makefile.in b/src/Makefile.in
index f2232e07c..b88f6ff5e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -24,6 +24,8 @@ all:: all-$(WHAT)
all-unix::
+all-mac::
+
all-: all-windows
all-windows:: makefile-windows
@@ -180,8 +182,7 @@ clean-windows::
#
# Builds the zip file that distributes Kerberos sources for DOS sites
-# from the source tree on Unix. Note, it doesn't handle binary files
-# well, so you MUST do a make clean before hand.
+# from the source tree on Unix.
#
ZIPFILES= ./* \
config/* include/* include/krb5/* include/krb5/asn.1/* \