From 40f38d59c255c511455ad512981f1a6cc2ab0a11 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 2 Feb 2004 18:19:41 +0000 Subject: [PATCH] Reorder dependencies to fix static NOPAM build. Submitted by: lorder(1) --- libexec/ftpd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index b6c8ed97695d..d8783578e8a0 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}