freebsd-dev/kerberos5/lib/libsl/Makefile
Mark Murray 069b88eb3a Big fixup of the makefiles. Sort out the dependancies so that "make"
without "make depend" works, "make -j N" works, and lists of source
files are made vertical to reduce future diffs.
2003-07-18 13:21:58 +00:00

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