]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/appl/kf/Makefile.am
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / appl / kf / Makefile.am
1 # $Id$
2
3 include $(top_srcdir)/Makefile.am.common
4
5 bin_PROGRAMS = kf
6
7 libexec_PROGRAMS = kfd
8
9 man_MANS = kf.1 kfd.8
10
11 kf_SOURCES = kf.c kf_locl.h
12
13 kfd_SOURCES = kfd.c kf_locl.h
14
15 LDADD = $(top_builddir)/lib/krb5/libkrb5.la \
16         $(LIB_hcrypto) \
17         $(top_builddir)/lib/asn1/libasn1.la \
18         $(LIB_roken)
19
20 EXTRA_DIST = NTMakefile $(man_MANS)