summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-02 18:19:41 +0000
committerru <ru@FreeBSD.org>2004-02-02 18:19:41 +0000
commit5eae3592f4a23045df2590042ee4ad8f4758d989 (patch)
tree95d7d8f3e94301b39115d6327a66446def4d7d60 /libexec/ftpd
parent38fffd503dc200f712495c0486d2328fd60d987f (diff)
downloadFreeBSD-src-5eae3592f4a23045df2590042ee4ad8f4758d989.zip
FreeBSD-src-5eae3592f4a23045df2590042ee4ad8f4758d989.tar.gz
Reorder dependencies to fix static NOPAM build.
Submitted by: lorder(1)
Diffstat (limited to 'libexec/ftpd')
-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