Deleted Added
full compact
Makefile (57566) Makefile (96217)
1# $FreeBSD: head/kerberos5/lib/libsl/Makefile 57566 2000-02-28 19:15:32Z markm $
1# $FreeBSD: head/kerberos5/lib/libsl/Makefile 96217 2002-05-08 13:56:08Z ru $
2
3LIB= sl
4CFLAGS+=-I${KRB5DIR}/lib/sl \
5 -I${KRB5DIR}/lib/roken \
6 -I${KRB5DIR}/include \
7 -I${.OBJDIR}
8SRCS= sl.c roken.h
9
10NOPIC= yes
2
3LIB= sl
4CFLAGS+=-I${KRB5DIR}/lib/sl \
5 -I${KRB5DIR}/lib/roken \
6 -I${KRB5DIR}/include \
7 -I${.OBJDIR}
8SRCS= sl.c roken.h
9
10NOPIC= yes
11INTERNALLIB= yes
12INTERNALSTATICLIB= yes
11
13
12install:
13
14beforeinstall:
15
16.include <bsd.lib.mk>
17
18.PATH: ${KRB5DIR}/lib/sl
19
20build-tools: make-roken
14.include <bsd.lib.mk>
15
16.PATH: ${KRB5DIR}/lib/sl
17
18build-tools: make-roken