summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kpasswd/Makefile.am
diff options
context:
space:
mode:
authorassar <assar@FreeBSD.org>2001-02-13 16:46:19 +0000
committerassar <assar@FreeBSD.org>2001-02-13 16:46:19 +0000
commitebfe6dc471c206300fd82c7c0fd145f683aa52f6 (patch)
treee66aa570ad1d12c43b32a7313b0f8e28971bf8a9 /crypto/heimdal/kpasswd/Makefile.am
parente5f617598c2db0dd51906a38ecea9208123a8b70 (diff)
downloadFreeBSD-src-ebfe6dc471c206300fd82c7c0fd145f683aa52f6.zip
FreeBSD-src-ebfe6dc471c206300fd82c7c0fd145f683aa52f6.tar.gz
import of heimdal 0.3e
Diffstat (limited to 'crypto/heimdal/kpasswd/Makefile.am')
-rw-r--r--crypto/heimdal/kpasswd/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/crypto/heimdal/kpasswd/Makefile.am b/crypto/heimdal/kpasswd/Makefile.am
index fba61e3..fc9cb67 100644
--- a/crypto/heimdal/kpasswd/Makefile.am
+++ b/crypto/heimdal/kpasswd/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.11 1999/04/20 16:48:34 assar Exp $
+# $Id: Makefile.am,v 1.15 2000/11/15 22:51:13 assar Exp $
include $(top_srcdir)/Makefile.am.common
@@ -10,16 +10,20 @@ kpasswd_SOURCES = kpasswd.c kpasswd_locl.h
libexec_PROGRAMS = kpasswdd
+noinst_PROGRAMS = kpasswd-generator
+
kpasswdd_SOURCES = kpasswdd.c kpasswd_locl.h
kpasswdd_LDADD = \
$(top_builddir)/lib/kadm5/libkadm5srv.la \
$(top_builddir)/lib/hdb/libhdb.la \
+ $(LIB_openldap) \
$(LDADD) \
+ $(LIB_pidfile) \
$(LIB_dlopen) \
$(DBLIB)
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