etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / bin / kpasswd / Makefile
blobbf207d43236592689896c70097ef8690daff4588
1 # $NetBSD: Makefile,v 1.2 2011/05/25 19:21:17 he Exp $
3 .include <bsd.own.mk>
4 .include <${.CURDIR}/../../Makefile.inc>
6 USE_FORT?= yes # cryptographic software
8 .PATH: ${HEIMDIST}/kpasswd
10 PROG= kpasswd
11 SRCS= kpasswd.c
13 LDADD+= -lkafs -lsl -lheimntlm
14 DPADD+= ${LIBKAFS} ${LIBSL} ${LIBHEIMNTLM}
16 .include <${HEIMBASE}/Makefile.rules.inc>
17 .include <bsd.prog.mk>