]> git.cameronkatri.com Git - apple_cmds.git/blob - file_cmds/ls/Makefile
file_cmds: Fix install and COLORLS
[apple_cmds.git] / file_cmds / ls / Makefile
1 PROG= ls
2 SRCS= cmp.c ls.c print.c util.c
3
4 CFLAGS+=-DCOLORLS
5
6 LDADD=-lutil -lncursesw
7
8 BINDIR=/bin
9
10 .include <bsd.prog.mk>