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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
regress
/
sys
/
kern
/
mutex1
/
Makefile
blob
f6828e7d9fe55209386291428b554b5393be9e36
1
# $NetBSD: Makefile,v 1.2 2007/02/05 20:18:43 ad Exp $
2
3
KMOD
=
mutex1_test
4
5
NOMAN
=
6
7
.PATH
: ${
.CURDIR
}/
..
/
lkmcommon
8
9
SRCS
=
lkminit_test.c test_mutex1.c
10
CPPFLAGS
+=-
DLKMENTRY
=
mutex1_test_lkmentry
11
12
.
include
<
bsd.kmod.mk
>
13
.
include
<
bsd.subdir.mk
>