From 6b96c275e91b2d8aac62433d5918ae4f9cda7865 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 29 Dec 2001 12:06:59 +0000 Subject: Fixed missing DPADD in previous commit. Fixed most style bugs related to DPADD and LDADD. --- libexec/ftpd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index ff0df76cad01..437e927383e5 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -10,17 +10,18 @@ CFLAGS+=-DINET6 CFLAGS+=-I${.CURDIR} YFLAGS= -LDADD= -lmd -lcrypt -lutil DPADD= ${LIBMD} ${LIBCRYPT} ${LIBUTIL} +LDADD= -lmd -lcrypt -lutil # XXX Kluge! Conversation mechanism needs to be fixed. -LDADD+= -lopie DPADD+= ${LIBOPIE} +LDADD+= -lopie LSDIR= ../../bin/ls .PATH: ${.CURDIR}/${LSDIR} SRCS+= ls.c cmp.c print.c util.c lomac.c CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} +DPADD+= ${LIBM} LDADD+= -lm .if !defined(NOPAM) -- cgit v1.3