freebsd-nq/kerberos5/usr.sbin/iprop-log/Makefile
Emmanuel Vadot a30235a4c3 pkgbase: Create a FreeBSD-kerberos package
This allows users to install or not kerberos related utilities
and libs.

Differential Revision:	https://reviews.freebsd.org/D31801
2021-09-07 10:23:14 +02:00

26 lines
512 B
Makefile

# $FreeBSD$
PACKAGE= kerberos
PROG= iprop-log
MAN= iprop-log.8
SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
CFLAGS+= -I${KRB5DIR}/lib/kadm5 \
-I${KRB5DIR}/lib/krb5 \
-I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/lib/sl \
-I.
LIBADD= kadm5srv hdb krb5 roken edit sl vers
LDFLAGS=${LDAPLDFLAGS}
CLEANFILES= iprop-commands.h iprop-commands.c
iprop-commands.h: iprop-commands.in
${SLC} ${.ALLSRC:M*.in}
iprop-commands.c: iprop-commands.h
.include <bsd.prog.mk>
.PATH: ${KRB5DIR}/lib/kadm5