Skip to content

Commit

Permalink
ftp (from BSDi, circa FreeBSD 2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Jul 10, 2012
1 parent dc8ac93 commit 07cac01
Show file tree
Hide file tree
Showing 22 changed files with 7,793 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bin/ftp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# $Id: Makefile 478 1998-02-17 02:44:05Z gdr $

PROG= ftp
MAIN= main
SRCS= main.c cmdtab.c domacro.c ruserpass.c ftp.c glob.c cmds.c ftp_var.c

HAS_BSD_MANPAGE = true # use ftp.1G rather than ftp.1

STACK= 2048
LDADD= -lnetdb
DEBUG= 25

.INCLUDE: /src/gno/prog.mk

#%.o : %.c
# $(CC) -o $@ $(CFLAGS) $(__OFLAG) -c $<
# @gsh -c ${mktmp cd $(OBJ_DIR); nameobj -p $@}
Loading

0 comments on commit 07cac01

Please sign in to comment.