aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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>