From baa7ecb561dbad532a94dcbf95ff578208a9f294 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 29 Dec 2001 12:05:30 +0000 Subject: [PATCH] Fixed style bug (unsorting of SRCS) in rev.1.15. --- bin/ls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ls/Makefile b/bin/ls/Makefile index ea511890e1f..851d9de4460 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= ls -SRCS= cmp.c ls.c print.c util.c lomac.c +SRCS= cmp.c lomac.c ls.c print.c util.c WARNS?= 0 DPADD= ${LIBM} LDADD= -lm