Add heimdal-0.6.3
[dragonfly.git] / crypto / heimdal-0.6.3 / appl / kf / Makefile.am
1 # $Id: Makefile.am,v 1.5 2000/11/15 22:51:08 assar Exp $
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_des) \
17         $(top_builddir)/lib/asn1/libasn1.la \
18         $(LIB_roken)