aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-01-22 02:56:30 +0000
committerlukem <lukem@NetBSD.org>2003-01-22 02:56:30 +0000
commit6465e06a127e159dcaf56a97c0147bf754c3f558 (patch)
tree56c35c4c8431b3b0d8c13e535ae9d9e04d18b63a
parentdd44b80a2e041b2df81a7f869c2ab5d9c6eae632 (diff)
downloadbsd-progress-6465e06a127e159dcaf56a97c0147bf754c3f558.tar.gz
bsd-progress-6465e06a127e159dcaf56a97c0147bf754c3f558.tar.zst
bsd-progress-6465e06a127e159dcaf56a97c0147bf754c3f558.zip
need bsd.own.mk for NETBSDSRCDIR
-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>