069b88eb3a
without "make depend" works, "make -j N" works, and lists of source files are made vertical to reduce future diffs.
21 lines
252 B
Makefile
21 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sl
|
|
|
|
SRCS= \
|
|
sl.c \
|
|
${.OBJDIR}/roken.h
|
|
|
|
CFLAGS+=-I${KRB5DIR}/lib/sl \
|
|
-I${KRB5DIR}/lib/roken \
|
|
-I${KRB5DIR}/include \
|
|
-I${.OBJDIR}
|
|
|
|
INTERNALLIB= yes
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/sl
|
|
|
|
build-tools: make-roken
|