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
/
rwlock1
/
Makefile
blob
3c71352da4bab402ebce112cf5553ccbc2d87e12
1
# $NetBSD: Makefile,v 1.1 2007/01/17 20:56:49 ad Exp $
2
3
KMOD
=
rwlock1_test
4
5
NOMAN
=
6
7
.PATH
: ${
.CURDIR
}/
..
/
lkmcommon
8
9
SRCS
=
lkminit_test.c test_rwlock1.c
10
CPPFLAGS
+=-
DLKMENTRY
=
rwlock1_test_lkmentry
11
12
.
include
<
bsd.kmod.mk
>
13
.
include
<
bsd.subdir.mk
>