From 05f194203e5cdad18ae40168ee6c95f8a77d79e3 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 13 Mar 2000 11:20:09 +0000 Subject: Finally unifdef -DINTERNAL_LS. --- 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 0be34d7..dd0dac0 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -16,7 +16,7 @@ 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 -CFLAGS+=-DINTERNAL_LS -Dmain=ls_main -I${.CURDIR}/${LSDIR} +CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} .if defined(NOPAM) CFLAGS+=-DNOPAM -- cgit v1.1