diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2004-02-03 13:40:56 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2004-02-03 13:40:56 +0000 |
commit | f610abc2ea57a0b6076677bc9e1e626ebc569c68 (patch) | |
tree | 7ef1831442aca830345b9c916ba9145bf60357da | |
parent | ee64ff9774a8a97d8ac9159076e5aa096f4b0465 (diff) |
Cut-n-pasto: three source files were listed twice. Caused problems on
mips. Problem found by todd@
Ok todd@
-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/ \ |