summaryrefslogtreecommitdiff
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-12-29 12:06:59 +0000
committerBruce Evans <bde@FreeBSD.org>2001-12-29 12:06:59 +0000
commit6b96c275e91b2d8aac62433d5918ae4f9cda7865 (patch)
tree287efdf73d915b18f06c4550651bec1dfc032f34 /libexec/ftpd/Makefile
parentbaa7ecb561dbad532a94dcbf95ff578208a9f294 (diff)
Notes
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile5
1 files changed, 3 insertions, 2 deletions
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)