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
/
randomid
/
Makefile
blob
a439653a75f8291da646d5c0af28278512c78b82
1
# $NetBSD: Makefile,v 1.1 2002/10/16 19:12:42 thorpej Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
idtest
6
7
regress
: ${
PROG
}
8
.
/${
PROG
}
9
10
.
include
<
bsd.prog.mk
>