eb9e1f54bd
This is not ready for primetime yet! Please hold off on the bug reports.
16 lines
181 B
Makefile
16 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sl
|
|
CFLAGS+=-I${KRB5DIR}/lib/sl \
|
|
-I${KRB5DIR}/lib/roken \
|
|
-I${KRB5DIR}/include
|
|
SRCS= sl.c
|
|
|
|
NOPIC= yes
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/sl
|