diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 5 |
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/* \ |
