test utilities - eatmem.c - Change size parameter from int to size_t
[dragonfly.git] / bin / ls / Makefile
blob7ba2b7dbf07cc4ae6b903adb39584d82fd04ade0
1 # @(#)Makefile 8.1 (Berkeley) 6/2/93
2 # $FreeBSD: src/bin/ls/Makefile,v 1.26 2004/05/25 14:53:47 pjd Exp $
3 # $DragonFly: src/bin/ls/Makefile,v 1.6 2005/09/19 10:14:29 asmodai Exp $
5 PROG= ls
6 SRCS= cmp.c ls.c print.c util.c
8 DPADD= ${LIBUTIL} ${LIBTERMCAP}
9 LDADD= -lutil -ltermcap
11 CFLAGS+= -DCOLORLS
13 .include <bsd.prog.mk>