5f6559a29b
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
16 lines
205 B
Makefile
16 lines
205 B
Makefile
# $Id$
|
|
|
|
LIB= sl
|
|
CFLAGS+= -I${KRB4DIR}/include \
|
|
-I${INCLUDEOBJDIR} \
|
|
-I${KRB4DIR}/lib/roken \
|
|
-I${KRB4DIR}/lib/sl
|
|
SRCS= sl.c
|
|
NOPIC= yes
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB4DIR}/lib/sl
|