1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Don't break existing users of libkrb.so.2.0 who aren't using libcom_err.

This commit is contained in:
Garrett Wollman 1995-01-20 01:44:47 +00:00
parent bf836b9a51
commit 35042b3093
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5731
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id: Makefile,v 1.3 1995/01/14 22:32:48 wollman Exp $
# $Id: Makefile,v 1.4 1995/01/20 01:12:19 wollman Exp $
LIB= krb
SHLIB_MAJOR= 2
@ -23,6 +23,7 @@ TDIR= ${.CURDIR}/..
krb_err.c krb_err.h: krb_err.et
test -e krb_err.et || ln -s ${.CURDIR}/krb_err.et .
${COMPILE_ET} krb_err.et
LDADD+= -lcom_err
beforeinstall:
-cd ${.OBJDIR}; cmp -s krb_err.h \

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id: Makefile,v 1.3 1995/01/14 22:32:48 wollman Exp $
# $Id: Makefile,v 1.4 1995/01/20 01:12:19 wollman Exp $
LIB= krb
SHLIB_MAJOR= 2
@ -23,6 +23,7 @@ TDIR= ${.CURDIR}/..
krb_err.c krb_err.h: krb_err.et
test -e krb_err.et || ln -s ${.CURDIR}/krb_err.et .
${COMPILE_ET} krb_err.et
LDADD+= -lcom_err
beforeinstall:
-cd ${.OBJDIR}; cmp -s krb_err.h \