diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2003-05-15 00:38:40 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2003-05-15 00:38:40 +0000 |
commit | 83cf1a0f3d6ba4294ff8502791693a569997661b (patch) | |
tree | d98b7f02fa5c3bc7f933d5831fe3cbaa2ed0c34b /lib | |
parent | 9ac074958843f2b1c98831b4adedf5defb618dd1 (diff) |
Remove my test cruft accidentally commited
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkrb5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkrb5/Makefile b/lib/libkrb5/Makefile index a0a368bee81..a46471fbdaa 100644 --- a/lib/libkrb5/Makefile +++ b/lib/libkrb5/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2003/05/14 09:05:59 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2003/05/15 00:38:39 hin Exp $ KRB5DIR= ${.CURDIR}/../../kerberosV .include "Makefile.common.inc" -LIB = newkrb5 +LIB = krb5 .include "Makefile.asn1.inc" .include "Makefile.hdb.inc" |