46f8fdc34e
INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
17 lines
226 B
Makefile
17 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sl
|
|
CFLAGS+=-I${KRB5DIR}/lib/sl \
|
|
-I${KRB5DIR}/lib/roken \
|
|
-I${KRB5DIR}/include \
|
|
-I${.OBJDIR}
|
|
SRCS= sl.c roken.h
|
|
|
|
INTERNALLIB= yes
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/sl
|
|
|
|
build-tools: make-roken
|