2003-01-22 05:56:30 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 2003/01/22 02:56:30 lukem Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
PROG= progress
|
|
|
|
SRCS= progress.c progressbar.c
|
2003-01-22 03:14:12 +03:00
|
|
|
|
|
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
|
|
|
|
|
2003-01-22 05:56:30 +03:00
|
|
|
.PATH: ${NETBSDSRCDIR}/usr.bin/ftp
|
2003-01-22 03:14:12 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|