freebsd-dev/kerberos5/lib/libsl/Makefile
Mark Murray 079654e8e2 Remove largescale evidence of crack-smoking.
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.
2000-02-28 19:15:32 +00:00

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