1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1995-01-14 22:23:41 +00:00
|
|
|
|
2021-09-02 04:09:15 +00:00
|
|
|
PACKAGE= kerberos
|
|
|
|
|
1995-01-14 22:23:41 +00:00
|
|
|
LIB= com_err
|
1999-09-04 09:52:36 +00:00
|
|
|
SRCS= com_err.c error.c
|
2000-01-14 07:57:47 +00:00
|
|
|
INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
|
2001-03-27 17:27:19 +00:00
|
|
|
MAN= com_err.3
|
2017-01-20 04:51:36 +00:00
|
|
|
COM_ERRDIR= ${SRCTOP}/contrib/com_err
|
1999-09-04 09:52:36 +00:00
|
|
|
CFLAGS+= -I${COM_ERRDIR}
|
1995-01-14 22:23:41 +00:00
|
|
|
|
2012-03-22 08:48:42 +00:00
|
|
|
LDFLAGS= -Wl,--no-undefined
|
|
|
|
VERSION_MAP= ${COM_ERRDIR}/version-script.map
|
|
|
|
|
1995-01-14 22:23:41 +00:00
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|
1999-09-04 09:52:36 +00:00
|
|
|
.PATH: ${COM_ERRDIR}
|