Makefile revision 125261
1# $FreeBSD: head/kerberos5/lib/libsl/Makefile 125261 2004-01-31 08:15:57Z ru $
2
3LIB=	sl
4
5SRCS=	sl.c
6
7CFLAGS+=-I${KRB5DIR}/lib/sl
8
9INTERNALLIB= yes
10
11.include <bsd.lib.mk>
12
13.PATH:	${KRB5DIR}/lib/sl
14