summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/admin/Makefile.am
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-01-09 20:58:00 +0000
committermarkm <markm@FreeBSD.org>2000-01-09 20:58:00 +0000
commit5f68254a360fdb4f3ebc30f6ad6507556425dd0a (patch)
treea96b9cd24173c10bba3fd7e2acf5d68e5bb0773e /crypto/heimdal/admin/Makefile.am
parentd88c9767e1793993cc2242ccfb9a8ba002a061c6 (diff)
parent4ecbd6db44d79348bc815f31096e53104f50838b (diff)
downloadFreeBSD-src-5f68254a360fdb4f3ebc30f6ad6507556425dd0a.zip
FreeBSD-src-5f68254a360fdb4f3ebc30f6ad6507556425dd0a.tar.gz
This commit was generated by cvs2svn to compensate for changes in r55682,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/heimdal/admin/Makefile.am')
-rw-r--r--crypto/heimdal/admin/Makefile.am29
1 files changed, 29 insertions, 0 deletions
diff --git a/crypto/heimdal/admin/Makefile.am b/crypto/heimdal/admin/Makefile.am
new file mode 100644
index 0000000..2b9d5b9
--- /dev/null
+++ b/crypto/heimdal/admin/Makefile.am
@@ -0,0 +1,29 @@
+# $Id: Makefile.am,v 1.30 2000/01/06 08:02:37 assar Exp $
+
+include $(top_srcdir)/Makefile.am.common
+
+INCLUDES += $(INCLUDE_readline)
+
+man_MANS = ktutil.8
+
+sbin_PROGRAMS = ktutil
+
+ktutil_SOURCES = add.c \
+ change.c \
+ copy.c \
+ get.c \
+ ktutil.c \
+ list.c \
+ purge.c \
+ remove.c \
+ srvconvert.c \
+ srvcreate.c
+
+LDADD = \
+ $(top_builddir)/lib/kadm5/libkadm5clnt.la \
+ $(top_builddir)/lib/krb5/libkrb5.la \
+ $(top_builddir)/lib/des/libdes.la \
+ $(top_builddir)/lib/asn1/libasn1.la \
+ $(top_builddir)/lib/sl/libsl.la \
+ $(LIB_readline) \
+ $(LIB_roken)
OpenPOWER on IntegriCloud