mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 11:43:11 -04:00
This makes it possible to install kerberos-lib (which is used by common utilities such as curl) without pulling in the rest of kerberos. MFC after: 1 week
17 lines
327 B
Makefile
17 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= kerberos-lib
|
|
|
|
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= ${SRCTOP}/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}
|