#	@(#)Makefile	8.2 (Berkeley) 4/3/94

PROG=	ftp
SRCS=	cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c

.include "../Makefile.inc"
.if $(INET6)
.PATH:	../../libexec/ftpd
SRCS+=	foobar.c
.endif
CFLAGS+=$(DINET6) $(DIPSEC) $(DFASTCTO)

.include <bsd.prog.mk>
