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 ;-)
18 lines
375 B
Makefile
18 lines
375 B
Makefile
# $Id$
|
|
|
|
LIB= kdb
|
|
CFLAGS+= -I${KRB4DIR}/include \
|
|
-I${INCLUDEOBJDIR} \
|
|
-I${KRB4DIR}/lib/roken \
|
|
-I${KRB4DIR}/lib/krb \
|
|
-I${KRB4DIR}/lib/kdb \
|
|
-I${KADMOBJDIR}
|
|
SRCS= krb_cache.c krb_kdb_utils.c copykey.c krb_lib.c krb_dbm.c \
|
|
print_princ.c base64.c
|
|
|
|
INCLUDES= ${KRB4DIR}/lib/kdb/kdc.h ${KRB4DIR}/lib/kdb/krb_db.h
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB4DIR}/lib/kdb
|