From a1a10418c86d19ba12c54a668c6309dcf7e61365 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 4 Feb 2002 03:06:51 +0000 Subject: Correct inadvertent style botches in previous commit. --- bin/ls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ls/Makefile') diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 098b7ae..9197693 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -3,6 +3,8 @@ PROG= ls SRCS= cmp.c lomac.c ls.c print.c util.c +NO_WERROR=1 +WFORMAT=0 DPADD= ${LIBM} LDADD= -lm @@ -11,7 +13,5 @@ CFLAGS+= -DCOLORLS DPADD+= ${LIBTERMCAP} LDADD+= -ltermcap .endif -WFORMAT=0 -NO_WERROR=1 .include -- cgit v1.1