]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/fetch/Makefile
This commit was generated by cvs2svn to compensate for changes in r53660,
[FreeBSD/FreeBSD.git] / usr.bin / fetch / Makefile
1 PROG = fetch
2 SRCS = file.c ftp.c http.c main.c util.c uri.c
3
4 CFLAGS+=        -Wall -Wwrite-strings -Wmissing-prototypes
5
6 DPADD=  ${LIBFTPIO} ${LIBMD}
7 LDADD=  -lftpio -lmd
8
9 .include <bsd.prog.mk>