diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-03-28 18:11:37 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-03-28 18:11:37 +0000 |
| commit | 2b627bd5c71665ecb36b4a828f675f53e297cbe1 (patch) | |
| tree | f82fcf4beb946ffd2326df46b12fa2d0e2818a76 /libexec/ftpd | |
| parent | 7851449b579b216cc6563fe5533c5f5c91b8c64e (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 8b5f38323ee1..a6d5f4a3785e 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -17,6 +17,9 @@ LSDIR= ../../bin/ls SRCS+= ls.c cmp.c print.c util.c CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} +DPADD+= ${LIBM} +LDADD+= -lm + .if defined(NOPAM) CFLAGS+=-DNOPAM .else |
