aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/ls/Makefile
blob: 2872cbe6d040208160cccc1926a7ffbb168505c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PROG=	ls
SRCS=	cmp.c ls.c print.c util.c

CFLAGS+=-DCOLORLS

LDADD=-lutil -lncursesw

BINDIR=/bin

.include <bsd.prog.mk>