repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add support for the chgat(3) family. It is a useful extension from
[netbsd-mini2440.git]
/
usr.bin
/
utoppya
/
Makefile
blob
790a000552fa38b7e32f4144052e27e8f16e26e0
1
# $NetBSD$
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
utoppya
6
SRCS
=
utoppya.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
>