34b4a96dbb
of digital video recorders popular in Europe and Australia. These devices have a USB client port which can be used to upload and download recordings (and other files, such as MIPS binaries for execution on the DVR's CPU) to/from their internal hard disk, in addition to some other operations on files and directories.
13 lines
247 B
Makefile
13 lines
247 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/04/03 08:15:48 scw Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= utoppya
|
|
SRCS= utoppya.c progressbar.c
|
|
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
|
|
|
|
.PATH: ${NETBSDSRCDIR}/usr.bin/ftp
|
|
|
|
.include <bsd.prog.mk>
|