1 1.2 he # $NetBSD: Makefile,v 1.2 2011/05/25 19:21:19 he 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 .PATH: ${HEIMDIST}/kuser 7 1.1 elric 8 1.1 elric PROG= kimpersonate 9 1.1 elric SRCS= kimpersonate.c 10 1.1 elric MAN= kimpersonate.8 11 1.1 elric 12 1.2 he LDADD+= -lkafs -lheimntlm 13 1.2 he DPADD+= ${LIBKAFS} ${LIBHEIMNTLM} 14 1.1 elric 15 1.1 elric .include <${HEIMBASE}/Makefile.rules.inc> 16 1.1 elric .include <bsd.prog.mk> 17