Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.bin / progress / Makefile
blob0972f4b9e239edf0e3828e316b4cf0aa11e55c63
1 # $NetBSD: Makefile,v 1.1 2003/01/22 00:14:12 jhawk Exp $
3 .include <bsd.own.mk>
5 PROG= progress
6 SRCS= progress.c progressbar.c
8 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
10 .PATH: ${NETBSDSRCDIR}/usr.bin/ftp
12 .include <bsd.prog.mk>