a30235a4c3
This allows users to install or not kerberos related utilities and libs. Differential Revision: https://reviews.freebsd.org/D31801
13 lines
141 B
Makefile
13 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= kerberos
|
|
|
|
LIB= sl
|
|
INTERNALLIB=
|
|
SRCS= sl.c
|
|
CFLAGS+=-I${KRB5DIR}/lib/sl
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/sl
|