summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index b6c8ed9..d878357 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -11,12 +11,12 @@ CFLAGS+=-I${.CURDIR}
YFLAGS=
WFORMAT=0
-DPADD= ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
-LDADD= -lmd -lcrypt -lutil
+DPADD= ${LIBUTIL} ${LIBCRYPT}
+LDADD= -lutil -lcrypt
# XXX Kluge! Conversation mechanism needs to be fixed.
-DPADD+= ${LIBOPIE}
-LDADD+= -lopie
+DPADD+= ${LIBOPIE} ${LIBMD}
+LDADD+= -lopie -lmd
LSDIR= ../../bin/ls
.PATH: ${.CURDIR}/${LSDIR}
OpenPOWER on IntegriCloud