diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2015-08-24 16:26:20 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2015-08-24 16:26:20 +0000 |
commit | d1a0d267b78b542fbd7e6553af2493760f49bfa8 (patch) | |
tree | 2b06534b5d1c1378ec99094a62eff13dfd2e48fc /libexec/ftpd | |
parent | 643e5ec210b6b15d3c1f731ec1a9b641053c6ca1 (diff) | |
download | src-d1a0d267b78b542fbd7e6553af2493760f49bfa8.tar.gz src-d1a0d267b78b542fbd7e6553af2493760f49bfa8.zip |
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r-- | libexec/ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 5089a12f8a00..b67979ea81f8 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -13,7 +13,7 @@ YFLAGS= WARNS?= 2 WFORMAT=0 -LIBADD= util crypt xo +LIBADD= crypt xo util # XXX Kluge! Conversation mechanism needs to be fixed. LIBADD+= opie md |