mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 06:22:24 +01:00
86751859b5
OK'ed by: nectar
11 lines
122 B
Makefile
11 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sl
|
|
INTERNALLIB=
|
|
SRCS= sl.c
|
|
CFLAGS+=-I${KRB5DIR}/lib/sl
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/sl
|