summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-03-13 11:20:09 +0000
committerru <ru@FreeBSD.org>2000-03-13 11:20:09 +0000
commit05f194203e5cdad18ae40168ee6c95f8a77d79e3 (patch)
treee693b08c12cfd2ed40d5ff5b991e7648a05cf353 /libexec/ftpd
parentbe2ec35ee65a34a0673211998a193277a69ae39a (diff)
downloadFreeBSD-src-05f194203e5cdad18ae40168ee6c95f8a77d79e3.zip
FreeBSD-src-05f194203e5cdad18ae40168ee6c95f8a77d79e3.tar.gz
Finally unifdef -DINTERNAL_LS.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud