From 063469298e7f3041b2f8388376dc00db062938ae Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Thu, 24 Oct 2002 04:55:25 +0000 Subject: [PATCH] Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile. --- libexec/lukemftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index 492a33d34ab..eca0431c929 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -24,7 +24,7 @@ DPADD+= ${LIBOPIE} LSDIR= ../../bin/ls .PATH: ${.CURDIR}/${LSDIR} -SRCS+= ls-unmain.c cmp.c lomac.c print.c util.c +SRCS+= ls-unmain.c cmp.c print.c util.c CFLAGS+=-I${.CURDIR}/${LSDIR} DPADD+= ${LIBM} LDADD+= -lm