]> git.cameronkatri.com Git - bsd-progress.git/commitdiff
need bsd.own.mk for NETBSDSRCDIR
authorlukem <lukem@NetBSD.org>
Wed, 22 Jan 2003 02:56:30 +0000 (02:56 +0000)
committerlukem <lukem@NetBSD.org>
Wed, 22 Jan 2003 02:56:30 +0000 (02:56 +0000)
Makefile

index d9638f9e98043581efd3affc79a104bb1f12fb70..5bcdedfe0743a51582921140cf107898e61a61da 100644 (file)
--- 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>