diff options
Diffstat (limited to 'src/lib/gssapi')
| -rw-r--r-- | src/lib/gssapi/ChangeLog | 6 | ||||
| -rw-r--r-- | src/lib/gssapi/Makefile.in | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/gssapi/ChangeLog b/src/lib/gssapi/ChangeLog index 03f7bfe63..931bd9a29 100644 --- a/src/lib/gssapi/ChangeLog +++ b/src/lib/gssapi/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 7 00:23:18 1996 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in: Folded in danw's changes to allow + building Makefiles for the Macintosh. We now can build + MPW makefiles which are interpreted by CodeWarrior. + Fri Jan 26 01:55:14 1996 Sam Hartman <hartmans@tertius.mit.edu> * configure.in: Fix path to library from lib diff --git a/src/lib/gssapi/Makefile.in b/src/lib/gssapi/Makefile.in index 08f51292b..9973353ec 100644 --- a/src/lib/gssapi/Makefile.in +++ b/src/lib/gssapi/Makefile.in @@ -2,6 +2,8 @@ TST=if test -n "`cat DONE`" ; then ##DOSBUILDTOP = ..\.. +MAC_SUBDIRS = generic krb5 mechglue + CRYPTO_VER=@CRYPTO_SH_VERS@ COMERR_VER=@COMERR_SH_VERS@ KRB5_VER=@KRB5_SH_VERS@ |
