]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libcom_err/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libcom_err / Makefile
1 # $FreeBSD$
2
3 LIB=    com_err
4 SRCS=   com_err.c error.c
5 INCS=   ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
6 MAN=    com_err.3
7 COM_ERRDIR=     ${.CURDIR}/../../contrib/com_err
8 CFLAGS+=        -I${COM_ERRDIR}
9
10 SUBDIR= doc
11
12 .include <bsd.lib.mk>
13
14 .PATH:  ${COM_ERRDIR}