diff options
| author | Theodore Tso <tytso@mit.edu> | 1997-06-11 20:47:21 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1997-06-11 20:47:21 +0000 |
| commit | 8f5ad6c4b6ee1e781f205c2d54e70ff228a8aa46 (patch) | |
| tree | 17546cd8398e92c4aa73e4c598853c34d9c87fee /src | |
| parent | cbe0e8e0928c6ddd8f1be2ba3e68e2f94b11022e (diff) | |
Added the mac/gss files to the Macintosh tar file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10098 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cad41b5bb..4ea4729ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 11 16:46:47 1997 Theodore Y. Ts'o <tytso@mit.edu> + + * Makefile.in (MACFILES): Added the mac/gss files to the Macintosh + tar file. + Fri Apr 18 11:38:51 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in (CLEANUP): Add MIT files to the windows zip file (if diff --git a/src/Makefile.in b/src/Makefile.in index c137d1328..4924d6d3d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -291,8 +291,8 @@ WINFILES= util/windows/* \ windows/* windows/cns/* windows/wintel/* windows/gss/* windows/gina/* MACFILES= mac/* mac/kconfig/* mac/libraries/* mac/telnet-k5-auth/* \ - mac/gss-sample/* mac/SAP/* config/* include/* include/krb5/* \ - include/krb5/stock/* include/sys/* \ + mac/gss/* mac/gss-sample/* mac/SAP/* config/* include/* \ + include/krb5/* include/krb5/stock/* include/sys/* \ ./patchlevel.h MITWINFILES= mit/windows/include/* |
