079654e8e2
Where a k4 applet has a k5 namesake, rename the k5 version from k<app> to k5<app>. (Repo copy done). Do some repairs to dependancies to support make world properly.
21 lines
246 B
Makefile
21 lines
246 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sl
|
|
CFLAGS+=-I${KRB5DIR}/lib/sl \
|
|
-I${KRB5DIR}/lib/roken \
|
|
-I${KRB5DIR}/include \
|
|
-I${.OBJDIR}
|
|
SRCS= sl.c roken.h
|
|
|
|
NOPIC= yes
|
|
|
|
install:
|
|
|
|
beforeinstall:
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/sl
|
|
|
|
build-tools: make-roken
|