aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjhawk <jhawk@NetBSD.org>2003-01-22 00:14:12 +0000
committerjhawk <jhawk@NetBSD.org>2003-01-22 00:14:12 +0000
commitdd44b80a2e041b2df81a7f869c2ab5d9c6eae632 (patch)
treea96dbc1b35c4d8ee92b6f0c63413d01779255c69 /Makefile
parent4c4774909e92cd4fa5891b896b8817c0d1cecfdd (diff)
downloadbsd-progress-dd44b80a2e041b2df81a7f869c2ab5d9c6eae632.tar.gz
bsd-progress-dd44b80a2e041b2df81a7f869c2ab5d9c6eae632.tar.zst
bsd-progress-dd44b80a2e041b2df81a7f869c2ab5d9c6eae632.zip
progress(1) is a standalone version of lukemftp's progress bar
(pulled in via reachover makefile) suitable for measuring the input to arbitrary pipes. This is intended for use by sysinst.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d9638f9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2003/01/22 00:14:12 jhawk Exp $
+PROG=progress
+SRCS=progress.c progressbar.c
+
+CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
+
+.PATH: ${NETBSDSRCDIR}/usr.bin/ftp
+
+.include <bsd.prog.mk>