xref: /netbsd-src/usr.bin/progress/Makefile (revision b489ebc3bfdcff909240e3c9095aa9aca7f9d22a)
1# $NetBSD: Makefile,v 1.2 2003/01/22 02:56:30 lukem Exp $
2
3.include <bsd.own.mk>
4
5PROG=	progress
6SRCS=	progress.c progressbar.c
7
8CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
9
10.PATH:	${NETBSDSRCDIR}/usr.bin/ftp
11
12.include <bsd.prog.mk>
13