]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libcom_err/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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}