diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1994-08-21 19:09:23 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1994-08-21 19:09:23 +0000 |
| commit | 726040de0e69dd63f27d91c5427e29aa60bcf048 (patch) | |
| tree | f68469874ce9bc08cb0be998a59fa462d3692e65 /libexec/ftpd/Makefile | |
| parent | 9d0de5eba904b010a10064df8cc881aa003b2809 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/Makefile')
| -rw-r--r-- | libexec/ftpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 22c826f54b1f..d65a4b9c25dd 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,9 +1,10 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftpd -CFLAGS+=-DSETPROCTITLE -SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c -LDADD= -lcrypt +CFLAGS+=-DSETPROCTITLE -DSKEY +SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c skey-stuff.c +LDADD= -lcrypt -lskey +DPADD= ${LIBSKEY} MAN8= ftpd.8 CLEANFILES+=ftpcmd.c y.tab.h |
