diff options
| author | Nate Williams <nate@FreeBSD.org> | 1995-03-18 06:41:08 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1995-03-18 06:41:08 +0000 |
| commit | 79f5f586acfb5d7e6756a7b4566980fa9291a4ba (patch) | |
| tree | 498aa162b0d4c6d04c9afb9b1a0e0479a0b94656 /libexec/ftpd/Makefile | |
| parent | 9e4817309b88a42c26e50dc8e0b31a7284c0e651 (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 f2b446cb6917..ba6cb99cd55d 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 -DSTATS -LDADD= -lcrypt -lskey -lmd -DPADD= ${LIBCRYPT} ${LIBSKEY} ${LIBMD} +LDADD= -lskey -lmd -lcrypt +DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} CLEANFILES+=ftpcmd.c y.tab.h |
