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
/
sys
/
kern
/
nameibench
/
Makefile
blob
79fe05ad5fdd0569a274e63b88131a192b15bcf6
1
# $NetBSD: Makefile,v 1.1 2008/05/28 11:34:07 ad Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
nameibench
6
WARNS?
=
4
7
LDADD
= -
lpthread
8
9
.
include
<
bsd.prog.mk
>