diff options
author | pst <pst@FreeBSD.org> | 1994-09-29 20:55:25 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-29 20:55:25 +0000 |
commit | bc1378c899feed3395ae56bf6006a483d7d9ab92 (patch) | |
tree | 459b9d758e9dc7548e339c1c902cf0bff4a8c962 /usr.bin/ftp/Makefile | |
parent | def775d41d9008a9bd6b2b65d1bdbaf8d448a2e7 (diff) | |
download | FreeBSD-src-bc1378c899feed3395ae56bf6006a483d7d9ab92.zip FreeBSD-src-bc1378c899feed3395ae56bf6006a483d7d9ab92.tar.gz |
Add -p flag and pftp alias for passive ftp
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r-- | usr.bin/ftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index fbb5a91..dc8197f 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -2,5 +2,7 @@ PROG= ftp SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c +LINKS= ${BINDIR}/ftp ${BINDIR}/pftp +MLINKS= ftp.1 pftp.1 .include <bsd.prog.mk> |