diff options
author | obrien <obrien@FreeBSD.org> | 2002-02-27 18:29:11 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-02-27 18:29:11 +0000 |
commit | ce9dcc878409c8e9fe6934c5dc7793c6d4f2bc8e (patch) | |
tree | 0a6c8cb9f6afb997e471b7ce1aa6040c4ee70ccd /libexec | |
parent | 230f96f3ce0496343800b107e3e952de9d7747de (diff) | |
download | FreeBSD-src-ce9dcc878409c8e9fe6934c5dc7793c6d4f2bc8e.zip FreeBSD-src-ce9dcc878409c8e9fe6934c5dc7793c6d4f2bc8e.tar.gz |
Put the last added source file in proper order.
(and dcc the committer a dictionary)
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 7b3a89d..83605de 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -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 |