summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libsl/Makefile
blob: c26f13cd1b86de474d076a0f9ad337d968f46d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

LIB=	sl
CFLAGS+=-I${KRB5DIR}/lib/sl \
	-I${KRB5DIR}/lib/roken \
	-I${KRB5DIR}/include \
	-I${.OBJDIR}
SRCS=	sl.c roken.h

NOPIC=	yes
INTERNALLIB= yes
INTERNALSTATICLIB= yes

.include <bsd.lib.mk>

.PATH:	${KRB5DIR}/lib/sl

build-tools:	make-roken
OpenPOWER on IntegriCloud