diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-06-05 02:14:01 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-06-05 02:14:01 +0000 |
| commit | 74985094ef1904f3bb16254005b0704f0c82d515 (patch) | |
| tree | bae92a35dbbbc542d68c9759e739f96f9cd3e571 /bin/ls/Makefile | |
| parent | 8db63bde5b989a21ff5cab829ddd30ab3e03c038 (diff) | |
Notes
Diffstat (limited to 'bin/ls/Makefile')
| -rw-r--r-- | bin/ls/Makefile | 3 |
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> |
