diff options
Diffstat (limited to '')
| -rw-r--r-- | security/krb4/files/patch-lib::Makefile.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/krb4/files/patch-lib::Makefile.in b/security/krb4/files/patch-lib::Makefile.in new file mode 100644 index 000000000000..a7ec883730a6 --- /dev/null +++ b/security/krb4/files/patch-lib::Makefile.in @@ -0,0 +1,36 @@ +*** lib/Makefile.in.orig Tue Oct 22 23:39:41 2002 +--- lib/Makefile.in Thu Feb 27 19:54:34 2003 +*************** +*** 204,210 **** + + @OTP_TRUE@dir_otp = otp + +! SUBDIRS = @DIR_roken@ vers com_err @DIR_des@ krb kdb kadm acl \ + kafs auth editline sl $(dir_otp) + + subdir = lib +--- 204,210 ---- + + @OTP_TRUE@dir_otp = otp + +! SUBDIRS = @DIR_roken@ vers @DIR_des@ krb kdb kadm acl \ + kafs auth editline sl $(dir_otp) + + subdir = lib +*************** +*** 228,234 **** + install-exec-recursive installdirs-recursive install-recursive \ + uninstall-recursive check-recursive installcheck-recursive + DIST_COMMON = Makefile.am Makefile.in +! DIST_SUBDIRS = @DIR_roken@ vers com_err @DIR_des@ krb kdb kadm acl kafs \ + auth editline sl otp + all: all-recursive + +--- 228,234 ---- + install-exec-recursive installdirs-recursive install-recursive \ + uninstall-recursive check-recursive installcheck-recursive + DIST_COMMON = Makefile.am Makefile.in +! DIST_SUBDIRS = @DIR_roken@ vers @DIR_des@ krb kdb kadm acl kafs \ + auth editline sl otp + all: all-recursive + |
