diff options
author | bde <bde@FreeBSD.org> | 2001-12-29 11:59:26 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-12-29 11:59:26 +0000 |
commit | 3df6b14036ba641cb98e98c16b9952e605469499 (patch) | |
tree | dcd24886c71241968ca3c480b9d30e759d2eccf2 /bin/ls | |
parent | 412b81cedf8cd432983b744f762bf98474826715 (diff) | |
download | FreeBSD-src-3df6b14036ba641cb98e98c16b9952e605469499.zip FreeBSD-src-3df6b14036ba641cb98e98c16b9952e605469499.tar.gz |
Fixed style bugs in revs. 1.6, 1.10 and 1.12.
Diffstat (limited to 'bin/ls')
-rw-r--r-- | bin/ls/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index ed835b6..ea51189 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> |