mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
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 ;-)
22 lines
475 B
Makefile
22 lines
475 B
Makefile
# $Id$
|
|
|
|
LIB= kadm
|
|
CFLAGS+= -I${KRB4DIR}/include \
|
|
-I${INCLUDEOBJDIR} \
|
|
-I${KRB4DIR}/lib/roken \
|
|
-I${KRB4DIR}/lib/krb \
|
|
-I${KRB4DIR}/lib/kdb \
|
|
-I${KRB4DIR}/lib/kadm \
|
|
-I${KRBOBJDIR} \
|
|
-I${KADMOBJDIR}
|
|
SRCS= kadm_cli_wrap.c kadm_stream.c kadm_supp.c \
|
|
${KADMOBJDIR}/kadm_err.c
|
|
|
|
INCLUDES= ${KRB4DIR}/lib/kadm/kadm.h ${KADMOBJDIR}/kadm_err.h
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB4DIR}/lib/kadm
|
|
|
|
beforedepend all: ${KADMOBJDIR}/kadm_err.h ${KRBOBJDIR}/krb_err.h
|