PROG = fetch
SRCS = main.c

CFLAGS+=	-Wall

DPADD=  ${LIBFTPIO}
LDADD=  -lftpio

.include <bsd.prog.mk>
