summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/Makefile
diff options
context:
space:
mode:
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