diff options
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r-- | usr.bin/ftp/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile new file mode 100644 index 0000000..fbb5a91 --- /dev/null +++ b/usr.bin/ftp/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.2 (Berkeley) 4/3/94 + +PROG= ftp +SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c + +.include <bsd.prog.mk> |