summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/kf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/kf/Makefile.am')
-rw-r--r--crypto/heimdal/appl/kf/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/crypto/heimdal/appl/kf/Makefile.am b/crypto/heimdal/appl/kf/Makefile.am
index 44b7069..c145e07 100644
--- a/crypto/heimdal/appl/kf/Makefile.am
+++ b/crypto/heimdal/appl/kf/Makefile.am
@@ -1,14 +1,18 @@
-# $Id: Makefile.am,v 1.1 1999/07/22 11:36:26 assar Exp $
+# $Id: Makefile.am,v 1.5 2000/11/15 22:51:08 assar Exp $
include $(top_srcdir)/Makefile.am.common
-noinst_PROGRAMS = kf kfd
+bin_PROGRAMS = kf
+
+libexec_PROGRAMS = kfd
+
+man_MANS = kf.1 kfd.8
kf_SOURCES = kf.c kf_locl.h
kfd_SOURCES = kfd.c kf_locl.h
LDADD = $(top_builddir)/lib/krb5/libkrb5.la \
- $(top_builddir)/lib/des/libdes.la \
+ $(LIB_des) \
$(top_builddir)/lib/asn1/libasn1.la \
$(LIB_roken)
OpenPOWER on IntegriCloud