diff options
| author | Paul Traina <pst@FreeBSD.org> | 1994-10-19 00:03:45 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1994-10-19 00:03:45 +0000 |
| commit | 2ddadf840c8d36ddbe8f3ebe10e718016126e00f (patch) | |
| tree | 18581614639f8a987cdf2526bd645ecfdd38abd3 /libexec/ftpd/Makefile | |
| parent | 1c423e89edcc640179d4ef310390bb3d6ab5a302 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/Makefile')
| -rw-r--r-- | libexec/ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 396deee0d729..e1e5be2b3658 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -6,8 +6,8 @@ SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c CFLAGS+=-DSETPROCTITLE -DSKEY -LDADD= -lcrypt -lskey -DPADD= ${LIBCRYPT} ${LIBSKEY} +LDADD= -lcrypt -lskey -lmd +DPADD= ${LIBCRYPT} ${LIBSKEY} ${LIBMD} CLEANFILES+=ftpcmd.c y.tab.h |
