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
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
stdlib
/
getopt_long
/
Makefile
blob
5b73acb1b436f061dadbca622d20f261fea07454
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
PROG
=
getopt_long
6
7
regress
: ${
PROG
}
8
.
/${
PROG
} < ${
.CURDIR
}/
opttest
9
10
.
include
<
bsd.prog.mk
>