diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index f3a52d08521d..bc30ccf05063 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,43 +1,43 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 # $FreeBSD$ .include CONFS= ftpusers PROG= ftpd MAN= ftpd.8 ftpchroot.5 SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c CFLAGS+=-DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING CFLAGS+=-I${.CURDIR} YFLAGS= WARNS?= 2 WFORMAT=0 -LIBADD= crypt xo util +LIBADD= crypt util # XXX Kluge! Conversation mechanism needs to be fixed. LIBADD+= opie md .PATH: ${SRCTOP}/bin/ls SRCS+= ls.c cmp.c print.c util.c CFLAGS+=-Dmain=ls_main -I${SRCTOP}/bin/ls LIBADD+= m .if ${MK_BLACKLIST_SUPPORT} != "no" CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include SRCS+= blacklist.c LIBADD+= blacklist LDFLAGS+=-L${LIBBLACKLISTDIR} .endif .if ${MK_INET6_SUPPORT} != "no" CFLAGS+=-DINET6 .endif .if ${MK_PAM_SUPPORT} != "no" CFLAGS+=-DUSE_PAM LIBADD+= pam .endif .include diff --git a/libexec/ftpd/Makefile.depend b/libexec/ftpd/Makefile.depend index 47871a6b9cf7..148254e533cb 100644 --- a/libexec/ftpd/Makefile.depend +++ b/libexec/ftpd/Makefile.depend @@ -1,25 +1,24 @@ # $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ include \ include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ lib/libcrypt \ lib/libmd \ lib/libopie \ lib/libthr \ lib/libutil \ - lib/libxo \ lib/msun \ usr.bin/yacc.host \ .include .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree .endif