diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-24 18:24:49 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-24 18:24:49 +0000 |
commit | 5f5b91c91878db9c72c3701723d41f1f0984c558 (patch) | |
tree | 27fa841eac1b1624f209080de415c024f15137fb /kerberosV/lib/krb5 | |
parent | cde10790c17ddbddab2b6e2cea4d9ab9e4b31f93 (diff) |
Pull in some more stuff from libroken that is needed for the bsd_auth stuff i'm
working on.
Diffstat (limited to 'kerberosV/lib/krb5')
-rw-r--r-- | kerberosV/lib/krb5/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/kerberosV/lib/krb5/Makefile b/kerberosV/lib/krb5/Makefile index 37901b021a6..ed7b6fcc4f6 100644 --- a/kerberosV/lib/krb5/Makefile +++ b/kerberosV/lib/krb5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2001/06/23 12:44:58 hin Exp $ +# $OpenBSD: Makefile,v 1.7 2001/06/24 18:24:48 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -126,16 +126,20 @@ SRCS= add_et_list.c \ # These are files in libroken that are needed in libkrb5 to make it independant # from libroken. -SRCS+= bswap.c \ - strupr.c \ - strlwr.c \ - strsep_copy.c \ +SRCS+= base64.c \ + bswap.c \ issuid.c \ + getaddrinfo_hostspec.c \ + parse_time.c \ + parse_units.c \ + resolve.c \ roken_gethostby.c \ roken_net_write.c \ roken_net_read.c \ - parse_time.c \ - parse_units.c + strupr.c \ + strlwr.c \ + strsep_copy.c \ + warnerr.c # There is a net_write.c and net_read.c both in lib/roken and lib/krb5. # This stinks. |