Home | History | Annotate | Line # | Download | only in progress
      1 # $NetBSD: Makefile,v 1.2 2003/01/22 02:56:30 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=	progress
      6 SRCS=	progress.c progressbar.c
      7 
      8 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
      9 
     10 .PATH:	${NETBSDSRCDIR}/usr.bin/ftp
     11 
     12 .include <bsd.prog.mk>
     13