diff options
author | assar <assar@FreeBSD.org> | 2001-02-13 16:46:19 +0000 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2001-02-13 16:46:19 +0000 |
commit | ebfe6dc471c206300fd82c7c0fd145f683aa52f6 (patch) | |
tree | e66aa570ad1d12c43b32a7313b0f8e28971bf8a9 /crypto/heimdal/appl/ftp/ftpd/Makefile.am | |
parent | e5f617598c2db0dd51906a38ecea9208123a8b70 (diff) | |
download | FreeBSD-src-ebfe6dc471c206300fd82c7c0fd145f683aa52f6.zip FreeBSD-src-ebfe6dc471c206300fd82c7c0fd145f683aa52f6.tar.gz |
import of heimdal 0.3e
Diffstat (limited to 'crypto/heimdal/appl/ftp/ftpd/Makefile.am')
-rw-r--r-- | crypto/heimdal/appl/ftp/ftpd/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/appl/ftp/ftpd/Makefile.am b/crypto/heimdal/appl/ftp/ftpd/Makefile.am index 92d8e7c..8753739 100644 --- a/crypto/heimdal/appl/ftp/ftpd/Makefile.am +++ b/crypto/heimdal/appl/ftp/ftpd/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.21 2000/01/06 15:10:57 assar Exp $ +# $Id: Makefile.am,v 1.23 2001/01/28 23:17:36 assar Exp $ include $(top_srcdir)/Makefile.am.common @@ -48,9 +48,9 @@ man_MANS = ftpd.8 ftpusers.5 LDADD = ../common/libcommon.a \ $(LIB_kafs) \ $(LIB_gssapi) \ + $(LIB_otp) \ $(LIB_krb5) \ $(LIB_krb4) \ - $(LIB_otp) \ - $(top_builddir)/lib/des/libdes.la \ + $(LIB_des) \ $(LIB_roken) \ $(DBLIB) |