summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorhe <he@NetBSD.org>2006-12-14 20:09:35 +0000
committerhe <he@NetBSD.org>2006-12-14 20:09:35 +0000
commit0a97c3f688a8d9f9ffec106024c1e2dbda2c8f38 (patch)
treee22f1f337acc34930d374c6d59bcc55abd1fd3f7 /libexec
parent33d6b113f25d858df1549e5eb7029107d9c37fc8 (diff)
Complete the move of string_to_flags() and flags_to_string() from the
bin/ls sources to libutil: o Bump libutil minor version number o Fix uses to include <util.h> to pick up the function definitions o Fix most uses of flags_to_string() to release the now-malloc()ed result
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 5f92b3679c6..1f4f2c97a2e 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/03/23 20:14:16 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2006/12/14 20:09:35 he Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
.include <bsd.own.mk>
@@ -12,7 +12,7 @@ MAN= ftpd.conf.5 ftpusers.5 ftpd.8
MLINKS= ftpusers.5 ftpchroot.5
# for `internal' ls
-SRCS+= ls.c cmp.c print.c stat_flags.c util.c
+SRCS+= ls.c cmp.c print.c util.c
.PATH: ${NETBSDSRCDIR}/bin/ls
.if (${USE_INET6} != "no")