Home | History | Annotate | Line # | Download | only in kpasswd
Makefile revision 1.2.46.2
      1  1.2.46.1  martin # $NetBSD: Makefile,v 1.2.46.2 2020/04/21 19:37:56 martin 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.1   elric USE_FORT?= yes	# cryptographic software
      7       1.1   elric 
      8       1.1   elric .PATH: ${HEIMDIST}/kpasswd
      9       1.1   elric 
     10       1.1   elric PROG= kpasswd
     11       1.1   elric SRCS= kpasswd.c
     12       1.1   elric 
     13       1.2      he LDADD+= -lkafs -lsl -lheimntlm
     14       1.2      he DPADD+= ${LIBKAFS} ${LIBSL} ${LIBHEIMNTLM}
     15       1.1   elric 
     16       1.1   elric .include <${HEIMBASE}/Makefile.rules.inc>
     17       1.1   elric .include <bsd.prog.mk>
     18