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

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