aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d9638f9..5bcdedf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2003/01/22 00:14:12 jhawk Exp $
-PROG=progress
-SRCS=progress.c progressbar.c
+# $NetBSD: Makefile,v 1.2 2003/01/22 02:56:30 lukem Exp $
+
+.include <bsd.own.mk>
+
+PROG= progress
+SRCS= progress.c progressbar.c
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
-.PATH: ${NETBSDSRCDIR}/usr.bin/ftp
+.PATH: ${NETBSDSRCDIR}/usr.bin/ftp
.include <bsd.prog.mk>