]> git.cameronkatri.com Git - bsd-progress.git/blob - Makefile
progress(1) is a standalone version of lukemftp's progress bar
[bsd-progress.git] / Makefile
1 # $NetBSD: Makefile,v 1.1 2003/01/22 00:14:12 jhawk Exp $
2 PROG=progress
3 SRCS=progress.c progressbar.c
4
5 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
6
7 .PATH: ${NETBSDSRCDIR}/usr.bin/ftp
8
9 .include <bsd.prog.mk>