aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-12-29 11:59:26 +0000
committerBruce Evans <bde@FreeBSD.org>2001-12-29 11:59:26 +0000
commit31d680507a0308e4cab05cd1e9933c6e044f7d7f (patch)
treedcd24886c71241968ca3c480b9d30e759d2eccf2 /bin
parent95ca089facb8da0c5a36405a4d3a87401d431892 (diff)
downloadsrc-31d680507a0308e4cab05cd1e9933c6e044f7d7f.tar.gz
src-31d680507a0308e4cab05cd1e9933c6e044f7d7f.zip
Fixed style bugs in revs. 1.6, 1.10 and 1.12.
Notes
Notes: svn path=/head/; revision=88671
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index ed835b611a22..ea511890e1f0 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/2/93
# $FreeBSD$
-
PROG= ls
SRCS= cmp.c ls.c print.c util.c lomac.c
WARNS?= 0
@@ -10,8 +9,8 @@ LDADD= -lm
.if !defined(RELEASE_CRUNCH)
CFLAGS+= -DCOLORLS
-LDADD+= -ltermcap
-DPADD+= ${LIBTERMCAP}
+DPADD+= ${LIBTERMCAP}
+LDADD+= -ltermcap
.endif
.include <bsd.prog.mk>