1
0
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:
Bruce Evans 2001-12-29 11:51:27 +00:00
parent 481bfba66b
commit 95ca089fac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88670

View File

@ -4,8 +4,9 @@
PROG= ls
SRCS= cmp.c ls.c print.c util.c lomac.c
WARNS?= 0
DPADD= ${LIBM}
LDADD= -lm
WARNS= 0
.if !defined(RELEASE_CRUNCH)
CFLAGS+= -DCOLORLS