diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2001-12-29 10:22:13 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2001-12-29 10:22:13 +0000 |
| commit | 481bfba66bf25172cd7596fbce5aa7f540762592 (patch) | |
| tree | 4ff66d2603be7c7e6b560a2984d133ed43f6c6c7 | |
| parent | ac639e9072106a63e38a124e5882e4ad574f72fa (diff) | |
Notes
| -rw-r--r-- | libexec/ftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index dae940afd03d..ff0df76cad01 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -21,6 +21,7 @@ LSDIR= ../../bin/ls .PATH: ${.CURDIR}/${LSDIR} SRCS+= ls.c cmp.c print.c util.c lomac.c CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR} +LDADD+= -lm .if !defined(NOPAM) CFLAGS+=-DUSE_PAM |
