summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>1999-12-30 13:15:15 +0000
committerjoe <joe@FreeBSD.org>1999-12-30 13:15:15 +0000
commita381d987c4ccc84e5a25ceeda4dc1ad1504f0e30 (patch)
treec36d6123b983b634dcb5b19f22a1a864c426e7ce /bin/ls
parent409da0761a7725ce385f895c634d9f169c7a6e4d (diff)
downloadFreeBSD-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 'bin/ls')
-rw-r--r--bin/ls/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index fe40df1..bf43369 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -1,7 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/2/93
# $FreeBSD$
+
PROG= ls
-SRCS= cmp.c stat_flags.c ls.c print.c util.c
+SRCS= cmp.c ls.c print.c util.c
+LDADD= -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud