From 2181f49061145e58c15976406275f1c9fd4b82f9 Mon Sep 17 00:00:00 2001 From: green Date: Tue, 27 Nov 2001 06:15:12 +0000 Subject: Add lomac.c. Found by: ken --- libexec/ftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/ftpd') diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 4d1f301..dae940a 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -19,7 +19,7 @@ DPADD+= ${LIBOPIE} LSDIR= ../../bin/ls .PATH: ${.CURDIR}/${LSDIR} -SRCS+= ls.c cmp.c print.c util.c +SRCS+= ls.c cmp.c print.c util.c lomac.c CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} .if !defined(NOPAM) -- cgit v1.1