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