xref: /freebsd/kerberos5/lib/libsl/Makefile (revision 7e97c6adffde3bd6f60f042ed2603335c005c6a7)
1LIB=	sl
2INTERNALLIB=
3SRCS=	sl.c
4CFLAGS+=-I${KRB5DIR}/lib/sl
5
6.include <bsd.lib.mk>
7
8.PATH: ${KRB5DIR}/lib/sl
9