aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-06-05 02:14:01 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-06-05 02:14:01 +0000
commit74985094ef1904f3bb16254005b0704f0c82d515 (patch)
treebae92a35dbbbc542d68c9759e739f96f9cd3e571 /bin/ls/Makefile
parent8db63bde5b989a21ff5cab829ddd30ab3e03c038 (diff)
Notes
Diffstat (limited to 'bin/ls/Makefile')
-rw-r--r--bin/ls/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index 8496dd9cdf58..1607a4c4ada5 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -6,4 +6,7 @@ PROG= ls
SRCS= cmp.c setflags.c ls.c print.c util.c
.PATH: ${.CURDIR}/../../lib/libc/gen
+CFLAGS+= -DCOLORLS
+LDADD= -lncurses
+
.include <bsd.prog.mk>