Index: etc/Makefile =================================================================== --- etc/Makefile +++ etc/Makefile @@ -58,10 +58,6 @@ BIN1+= amd.map .endif -.if ${MK_FTP} != "no" -BIN1+= ftpusers -.endif - .if ${MK_LOCATE} != "no" BIN1+= ${SRCTOP}/usr.bin/locate/locate/locate.rc .endif Index: etc/ftpusers =================================================================== --- etc/ftpusers +++ etc/ftpusers @@ -1,29 +0,0 @@ -# $FreeBSD$ -# -# list of users disallowed any ftp access. -# read by ftpd(8). -root -toor -daemon -operator -bin -tty -kmem -games -news -ntpd -man -sshd -smmsp -mailnull -bind -unbound -proxy -_pflogd -_dhcp -uucp -pop -auditdistd -www -hast -nobody Index: libexec/ftpd/Makefile =================================================================== --- libexec/ftpd/Makefile +++ libexec/ftpd/Makefile @@ -3,6 +3,7 @@ .include +CONFS= ftpusers PROG= ftpd MAN= ftpd.8 ftpchroot.5 SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c