1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/usr.bin/fetch/Makefile
1996-06-26 20:49:41 +00:00

10 lines
104 B
Makefile

PROG = fetch
SRCS = main.c
CFLAGS+= -Wall
DPADD= ${LIBFTPIO}
LDADD= -lftpio
.include <bsd.prog.mk>