From 8de98cc2fa7b119cc8deb33c61c9496d25825b49 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 17 Jun 2000 14:19:33 +0000 Subject: Switch over to using the new fflagstostr and strtofflags library calls. --- libexec/ftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/ftpd') diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index dd0dac0..75e9206 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -14,8 +14,8 @@ LDADD= -lskey -lmd -lcrypt -lutil DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL} LSDIR= ../../bin/ls -.PATH: ${.CURDIR}/${LSDIR} ${.CURDIR}/../../lib/libc/gen -SRCS+= ls.c cmp.c print.c setflags.c util.c +.PATH: ${.CURDIR}/${LSDIR} +SRCS+= ls.c cmp.c print.c util.c CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} .if defined(NOPAM) -- cgit v1.1