a30235a4c3
This allows users to install or not kerberos related utilities and libs. Differential Revision: https://reviews.freebsd.org/D31801
18 lines
323 B
Makefile
18 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= kerberos
|
|
|
|
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}
|