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
/
string
/
strlen
/
Makefile
blob
2f2347858a1be8bb2b71cceeeeca7e1a0ffd859a
1
# $NetBSD: Makefile,v 1.1 2005/03/13 15:40:32 perry Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
strlen_test
6
WARNS?
=
3
7
8
regress
: ${
PROG
}
9
.
/${
PROG
}
10
11
.
include
<
bsd.prog.mk
>