diff options
author | 2004-02-03 13:40:55 +0000 | |
---|---|---|
committer | 2004-02-03 13:40:55 +0000 | |
commit | 60e3908fb1aef1a8449e72052530e43213fe8a9f (patch) | |
tree | 6972600a63a7897a6784bfc47727e9d4f0c18381 /lib/libkrb5 | |
parent | das boot; das cloned das from das i386 (diff) | |
download | wireguard-openbsd-60e3908fb1aef1a8449e72052530e43213fe8a9f.tar.xz wireguard-openbsd-60e3908fb1aef1a8449e72052530e43213fe8a9f.zip |
Cut-n-pasto: three source files were listed twice. Caused problems on
mips. Problem found by todd@
Ok todd@
Diffstat (limited to 'lib/libkrb5')
-rw-r--r-- | lib/libkrb5/Makefile.krb5.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libkrb5/Makefile.krb5.inc b/lib/libkrb5/Makefile.krb5.inc index d46c6826f9f..362205f306e 100644 --- a/lib/libkrb5/Makefile.krb5.inc +++ b/lib/libkrb5/Makefile.krb5.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.krb5.inc,v 1.8 2003/07/15 19:29:29 deraadt Exp $ +# $OpenBSD: Makefile.krb5.inc,v 1.9 2004/02/03 13:40:55 hin Exp $ DIR_KRB5INC= ${.CURDIR}/../../kerberosV/include DIR_KRB5LIB= ${KRB5SRC}/lib/krb5 @@ -232,9 +232,6 @@ SRCS+= add_et_list.c \ version.c \ krb5_warn.c \ write_message.c \ - krb5_err.c \ - heim_err.c \ - k524_err.c \ ${gen_files_krb5} CFLAGS+=-I${DIR_KRB5LIB} -I${KRB5SRC}/lib/ \ |