1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Fixed style bug (unsorting of SRCS) in rev.1.15.

This commit is contained in:
Bruce Evans 2001-12-29 12:05:30 +00:00
parent 31d680507a
commit baa7ecb561
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88672

View File

@ -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