diff options
author | jkh <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
commit | 8eb37231d4405088a481324c2ec41ac851e8d8f7 (patch) | |
tree | dc80da53186aab7c56424c2574b0cd7928930721 /eBones/lib | |
parent | 3acbd3cce674dab9a0afdee1f6e50196f4585ffa (diff) | |
download | FreeBSD-src-8eb37231d4405088a481324c2ec41ac851e8d8f7.zip FreeBSD-src-8eb37231d4405088a481324c2ec41ac851e8d8f7.tar.gz |
Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
Diffstat (limited to 'eBones/lib')
-rw-r--r-- | eBones/lib/libkadm/Makefile | 3 | ||||
-rw-r--r-- | eBones/lib/libkrb/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/eBones/lib/libkadm/Makefile b/eBones/lib/libkadm/Makefile index 955cc2a..e536feb 100644 --- a/eBones/lib/libkadm/Makefile +++ b/eBones/lib/libkadm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.8 1995/09/15 06:20:23 gibbs Exp $ +# $Id: Makefile,v 1.9 1995/11/12 08:13:10 markm Exp $ LIB= kadm @@ -19,5 +19,4 @@ beforeinstall: kadm_err.c .include <bsd.lib.mk> kadm_err.c: ${KADMOBJDIR}/kadm_err.h - kadm_cli_wrap.o: ${KRBOBJDIR}/krb_err.h diff --git a/eBones/lib/libkrb/Makefile b/eBones/lib/libkrb/Makefile index 02aecaf..a78f0dd 100644 --- a/eBones/lib/libkrb/Makefile +++ b/eBones/lib/libkrb/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.11 1995/10/06 17:37:54 gibbs Exp $ +# $Id: Makefile,v 1.12 1995/11/12 08:13:21 markm Exp $ LIB= krb SHLIB_MINOR= 1 @@ -52,4 +52,3 @@ MLINKS+=tf_util.3 tf_init.3 tf_util.3 tf_get_pname.3 \ .include <bsd.lib.mk> krb_err.c: ${KRBOBJDIR}/krb_err.h - |