mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
122 B
Makefile
10 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sl
|
|
INTERNALLIB=
|
|
SRCS= sl.c
|
|
CFLAGS+=-I${KRB5DIR}/lib/sl
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/sl
|