summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-06-19 09:32:11 +0000
committerasami <asami@FreeBSD.org>1996-06-19 09:32:11 +0000
commitb0bc5b5357ec35a3b1407b3cfd20bbc0783d238a (patch)
treeb19f4ad765620059cb161556022c9c83892959a9 /usr.bin/fetch/Makefile
downloadFreeBSD-src-b0bc5b5357ec35a3b1407b3cfd20bbc0783d238a.zip
FreeBSD-src-b0bc5b5357ec35a3b1407b3cfd20bbc0783d238a.tar.gz
Jean-Marc's url fetch program, with Josh MacDonald's patches and
Jordan's ftpio library. Submitted by: jmz, jkh, jmacd (three-j!)
Diffstat (limited to 'usr.bin/fetch/Makefile')
-rw-r--r--usr.bin/fetch/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
new file mode 100644
index 0000000..ae40e02
--- /dev/null
+++ b/usr.bin/fetch/Makefile
@@ -0,0 +1,7 @@
+PROG = fetch
+SRCS = main.c
+
+DPADD= ${LIBFTPIO}
+LDADD= -lftpio
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud