mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
17 lines
255 B
Makefile
17 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sl
|
|
CFLAGS+= -I${KRB4DIR}/include \
|
|
-I${KRB4DIR}/lib/sl \
|
|
-I${KRB4DIR}/lib/roken \
|
|
-I${INCLUDEOBJDIR}
|
|
SRCS= sl.c ss.c strtok_r.c
|
|
NOPIC= yes
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB4DIR}/lib/sl
|
|
.PATH: ${KRB4DIR}/lib/roken
|