diff options
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r-- | libexec/ftpd/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index d65a4b9..396deee 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,11 +1,14 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftpd -CFLAGS+=-DSETPROCTITLE -DSKEY +MAN8= ftpd.8 SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c + +CFLAGS+=-DSETPROCTITLE -DSKEY + LDADD= -lcrypt -lskey -DPADD= ${LIBSKEY} -MAN8= ftpd.8 +DPADD= ${LIBCRYPT} ${LIBSKEY} + CLEANFILES+=ftpcmd.c y.tab.h .include <bsd.prog.mk> |