diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2000-02-19 12:10:28 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2000-02-19 12:10:28 +0000 |
commit | 39e6a1fd2f3b5feea1f400f2d16ab075d9492889 (patch) | |
tree | 178628323b66b663fbe63a5f07750e8b0dd745c1 /lib/libcom_err/Makefile | |
parent | b569828a4448d7136edb08499c3d8a6a22fa2b92 (diff) |
Update to a newer version from KTH-Kerberos.
(most work by art@)
Diffstat (limited to 'lib/libcom_err/Makefile')
-rw-r--r-- | lib/libcom_err/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index 7376055a47b..93644e3af57 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 1997/04/27 20:56:07 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2000/02/19 12:10:27 hin Exp $ LIB= com_err -SRCS= com_err.c error_message.c et_name.c init_et.c +SRCS= com_err.c error.c CFLAGS+=-I${.CURDIR} MAN= com_err.3 |