X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/440bd1982b8e55068af44543d97888092d61feee..6c780a1f93b6cb2162f563ddae2d48867866f44c:/ls/Makefile diff --git a/ls/Makefile b/ls/Makefile index f29efd4..6793f2b 100644 --- a/ls/Makefile +++ b/ls/Makefile @@ -18,6 +18,8 @@ CFILES = cmp.c ls.c print.c stat_flags.c util.c OTHERSRCS = Makefile Makefile.preamble Makefile.postamble ls.1 +OTHER_CFLAGS = -DCOLORLS +OTHER_LDFLAGS = -lncurses MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles CODE_GEN_STYLE = DYNAMIC