summaryrefslogtreecommitdiffstats
path: root/bin/ls/Makefile
blob: 60b9dc786f1797e650497ead86c721e1a4bbfd19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	@(#)Makefile	8.1 (Berkeley) 6/2/93
# $FreeBSD$

PROG=	ls
SRCS=	cmp.c ls.c print.c util.c
NO_WERROR=1
WFORMAT=0
DPADD=	${LIBM}
LDADD=	-lm

.if !defined(RELEASE_CRUNCH)
CFLAGS+= -DCOLORLS
DPADD+=	${LIBTERMCAP}
LDADD+=	-ltermcap
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud