# $FreeBSD$ PROG = ls SRCS = \ cmp.c \ ls.c \ print.c \ util.c CFLAGS += -DCOLORLS LDADD += -lncurses -lutil .include