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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
stdlib
/
getopt
/
Makefile
blob
9b637f1a56bac66aeb5f8fb87875f29808a0a2ed
1
# $NetBSD: Makefile,v 1.2 2002/09/18 05:41:41 lukem Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
getopt
6
7
regress
: ${
PROG
}
8
.
/${
PROG
} < ${
.CURDIR
}/
opttest
9
10
.
include
<
bsd.prog.mk
>