1994-05-26 06:18:55 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/2/93
|
1999-08-27 23:15:48 +00:00
|
|
|
# $FreeBSD$
|
1994-05-26 06:18:55 +00:00
|
|
|
|
1999-12-30 13:15:15 +00:00
|
|
|
|
1994-05-26 06:18:55 +00:00
|
|
|
PROG= ls
|
2000-06-17 14:19:33 +00:00
|
|
|
SRCS= cmp.c ls.c print.c util.c
|
1994-05-26 06:18:55 +00:00
|
|
|
|
2001-04-03 13:34:35 +00:00
|
|
|
.if !defined(RELEASE_CRUNCH)
|
2000-06-05 02:14:01 +00:00
|
|
|
CFLAGS+= -DCOLORLS
|
2000-06-05 19:34:31 +00:00
|
|
|
LDADD+= -ltermcap
|
|
|
|
DPADD+= ${LIBTERMCAP}
|
2000-06-05 02:25:55 +00:00
|
|
|
.endif
|
2000-06-05 02:14:01 +00:00
|
|
|
|
1994-05-26 06:18:55 +00:00
|
|
|
.include <bsd.prog.mk>
|