mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fixed missing DPADD and disordered LDADD in rev.1.17
Fixed setting of WARNS in rev.1.16. Options should normally be set using using "?=", not using "=", so that the setting is easy to override on the command line, and setting WARNS to 0 should not be an exception.
This commit is contained in:
parent
481bfba66b
commit
95ca089fac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88670
@ -4,8 +4,9 @@
|
|||||||
|
|
||||||
PROG= ls
|
PROG= ls
|
||||||
SRCS= cmp.c ls.c print.c util.c lomac.c
|
SRCS= cmp.c ls.c print.c util.c lomac.c
|
||||||
|
WARNS?= 0
|
||||||
|
DPADD= ${LIBM}
|
||||||
LDADD= -lm
|
LDADD= -lm
|
||||||
WARNS= 0
|
|
||||||
|
|
||||||
.if !defined(RELEASE_CRUNCH)
|
.if !defined(RELEASE_CRUNCH)
|
||||||
CFLAGS+= -DCOLORLS
|
CFLAGS+= -DCOLORLS
|
||||||
|
Loading…
Reference in New Issue
Block a user