Home | History | Annotate | Line # | Download | only in ipropd-master
Makefile revision 1.5
      1  1.5  christos # $NetBSD: Makefile,v 1.5 2023/06/22 22:39:37 christos Exp $
      2  1.1     elric 
      3  1.1     elric .include <bsd.own.mk>
      4  1.1     elric .include <${.CURDIR}/../../Makefile.inc>
      5  1.1     elric 
      6  1.4  christos .PATH:		${HEIMDIST}/lib/kadm5
      7  1.1     elric 
      8  1.1     elric PROG=		ipropd-master
      9  1.1     elric 
     10  1.1     elric MAN=		iprop.8
     11  1.1     elric MLINKS=	\
     12  1.1     elric 	iprop.8		ipropd-master.8		\
     13  1.1     elric 	iprop.8		ipropd-slave.8
     14  1.1     elric 
     15  1.1     elric SRCS+= 	ipropd_master.c				\
     16  1.4  christos 	ipropd_common.c
     17  1.1     elric 
     18  1.1     elric CPPFLAGS+= 				\
     19  1.1     elric 	-I${HEIMDIST}/lib/krb5		\
     20  1.1     elric 	-I${HEIMDIST}/lib/asn1		\
     21  1.1     elric 	-I${DESTDIR}/usr/include/kadm5
     22  1.1     elric 
     23  1.4  christos PROGDPLIBS+= ${DPLIBKADM5SRV} ${DPLIBHDB}
     24  1.1     elric 
     25  1.1     elric .include <${HEIMBASE}/Makefile.rules.inc>
     26  1.1     elric .include <bsd.prog.mk>
     27  1.5  christos 
     28  1.5  christos LDADD+= -lutil ${KRB5LDADD}
     29  1.5  christos DPADD+= ${LIBUTIL} ${KRB5DPADD}
     30