mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
17 lines
324 B
Makefile
17 lines
324 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
|
|
|
|
SUBDIR= doc
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${COM_ERRDIR}
|