Makefile revision 96217
1# $FreeBSD: head/kerberos5/lib/libsl/Makefile 96217 2002-05-08 13:56:08Z ru $
2
3LIB=	sl
4CFLAGS+=-I${KRB5DIR}/lib/sl \
5	-I${KRB5DIR}/lib/roken \
6	-I${KRB5DIR}/include \
7	-I${.OBJDIR}
8SRCS=	sl.c roken.h
9
10NOPIC=	yes
11INTERNALLIB= yes
12INTERNALSTATICLIB= yes
13
14.include <bsd.lib.mk>
15
16.PATH:	${KRB5DIR}/lib/sl
17
18build-tools:	make-roken
19