]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libcom_err/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.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 LDFLAGS=        -Wl,--no-undefined
11 VERSION_MAP=    ${COM_ERRDIR}/version-script.map
12
13 SUBDIR= doc
14
15 .include <bsd.lib.mk>
16
17 .PATH:  ${COM_ERRDIR}