1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libcom_err/Makefile

15 lines
249 B
Makefile
Raw Normal View History

1999-08-28 00:22:10 +00:00
# $FreeBSD$
LIB= com_err
1999-09-04 09:52:36 +00:00
SRCS= com_err.c error.c
INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
2001-03-27 17:27:19 +00:00
MAN= com_err.3
1999-09-04 09:52:36 +00:00
COM_ERRDIR= ${.CURDIR}/../../contrib/com_err
CFLAGS+= -I${COM_ERRDIR}
SUBDIR= doc
.include <bsd.lib.mk>
1999-09-04 09:52:36 +00:00
.PATH: ${COM_ERRDIR}