summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-12-29 12:06:59 +0000
committerbde <bde@FreeBSD.org>2001-12-29 12:06:59 +0000
commit4de262f554fe102435e07c686d6026e70bb65b15 (patch)
tree287efdf73d915b18f06c4550651bec1dfc032f34 /libexec
parent997e80f81fc193cc61d08448d6b5122a565ccbfd (diff)
downloadFreeBSD-src-4de262f554fe102435e07c686d6026e70bb65b15.zip
FreeBSD-src-4de262f554fe102435e07c686d6026e70bb65b15.tar.gz
Fixed missing DPADD in previous commit. Fixed most style bugs related to
DPADD and LDADD.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index ff0df76..437e927 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)
OpenPOWER on IntegriCloud