xref: /freebsd/kerberos5/lib/libkadm5srv/Makefile (revision 2655cbec4ec2af6df5cbbbbf9502b811b28a1b57)
1eb9e1f54SMark Murray# $FreeBSD$
2eb9e1f54SMark Murray
3eb9e1f54SMark MurrayLIB=	kadm5srv
4eb9e1f54SMark MurrayCFLAGS+=-I${KRB5DIR}/include \
5eb9e1f54SMark Murray	-I${KRB5DIR}/lib/krb5 \
6eb9e1f54SMark Murray	-I${KRB5DIR}/lib/kadm5 \
7eb9e1f54SMark Murray	-I${KRB5DIR}/lib/hdb \
82655cbecSAssar Westerlund	-I${KRB5DIR}/lib/asn1 \
9eb9e1f54SMark Murray	-I${KRB5DIR}/lib/roken \
10eb9e1f54SMark Murray	-I${ASN1OBJDIR} \
11eb9e1f54SMark Murray	-I${HDBOBJDIR} \
12eb9e1f54SMark Murray	-I${.OBJDIR}
132655cbecSAssar Westerlund
142655cbecSAssar WesterlundSRCS=	\
152655cbecSAssar Westerlund	acl.c					\
162655cbecSAssar Westerlund	admin.h					\
172655cbecSAssar Westerlund	bump_pw_expire.c			\
182655cbecSAssar Westerlund	chpass_s.c				\
192655cbecSAssar Westerlund	common_glue.c				\
202655cbecSAssar Westerlund	context_s.c				\
212655cbecSAssar Westerlund	create_s.c				\
222655cbecSAssar Westerlund	delete_s.c				\
232655cbecSAssar Westerlund	destroy_s.c				\
242655cbecSAssar Westerlund	ent_setup.c				\
252655cbecSAssar Westerlund	error.c					\
262655cbecSAssar Westerlund	flush_s.c				\
272655cbecSAssar Westerlund	free.c					\
282655cbecSAssar Westerlund	get_princs_s.c				\
292655cbecSAssar Westerlund	get_s.c					\
302655cbecSAssar Westerlund	init_s.c				\
312655cbecSAssar Westerlund	kadm5_err.c				\
322655cbecSAssar Westerlund	kadm5_locl.h				\
332655cbecSAssar Westerlund	keys.c					\
342655cbecSAssar Westerlund	log.c					\
352655cbecSAssar Westerlund	marshall.c				\
362655cbecSAssar Westerlund	modify_s.c				\
372655cbecSAssar Westerlund	private.h				\
382655cbecSAssar Westerlund	privs_s.c				\
392655cbecSAssar Westerlund	randkey_s.c				\
402655cbecSAssar Westerlund	rename_s.c				\
412655cbecSAssar Westerlund	set_keys.c				\
422655cbecSAssar Westerlund	set_modifier.c				\
432655cbecSAssar Westerlund	password_quality.c			\
442655cbecSAssar Westerlund	server_glue.c
45eb9e1f54SMark Murray
46eb9e1f54SMark Murray.include <bsd.lib.mk>
47eb9e1f54SMark Murray
48eb9e1f54SMark Murray.PATH:		${KRB5DIR}/lib/kadm5
49