diff options
author | joe <joe@FreeBSD.org> | 1999-12-30 13:15:15 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 1999-12-30 13:15:15 +0000 |
commit | a381d987c4ccc84e5a25ceeda4dc1ad1504f0e30 (patch) | |
tree | c36d6123b983b634dcb5b19f22a1a864c426e7ce /libexec/ftpd/Makefile | |
parent | 409da0761a7725ce385f895c634d9f169c7a6e4d (diff) | |
download | FreeBSD-src-a381d987c4ccc84e5a25ceeda4dc1ad1504f0e30.zip FreeBSD-src-a381d987c4ccc84e5a25ceeda4dc1ad1504f0e30.tar.gz |
Moved flags_to_string and string_to_flags into libutil. It's used in
many places nowadays.
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r-- | libexec/ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index ad5d142..c23e85b 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -14,7 +14,7 @@ DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL} LSDIR= ../../bin/ls .PATH: ${.CURDIR}/${LSDIR} -SRCS+= ls.c cmp.c print.c stat_flags.c util.c +SRCS+= ls.c cmp.c print.c util.c CFLAGS+=-DINTERNAL_LS -Dmain=ls_main -I${.CURDIR}/${LSDIR} .if defined(NOPAM) |