2d2813618c
To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes
16 lines
311 B
Makefile
16 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= com_err
|
|
SRCS= com_err.c error.c
|
|
INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
|
|
MAN= com_err.3
|
|
COM_ERRDIR= ${.CURDIR}/../../contrib/com_err
|
|
CFLAGS+= -I${COM_ERRDIR}
|
|
|
|
LDFLAGS= -Wl,--no-undefined
|
|
VERSION_MAP= ${COM_ERRDIR}/version-script.map
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${COM_ERRDIR}
|