Put the last added source file in proper order.

(and dcc the committer a dictionary)
This commit is contained in:
David E. O'Brien 2002-02-27 18:29:11 +00:00
parent 7f3a40933b
commit 0c934a5eed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91404

View File

@ -20,7 +20,7 @@ LDADD+= -lopie
LSDIR= ../../bin/ls
.PATH: ${.CURDIR}/${LSDIR}
SRCS+= ls.c cmp.c print.c util.c lomac.c
SRCS+= ls.c cmp.c lomac.c print.c util.c
CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR}
DPADD+= ${LIBM}
LDADD+= -lm