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
/
softint1
/
Makefile
blob
a09809cb4c7b144ba315a2005102509dc897e73b
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
PROG
=
softint1
6
7
LDADD
+= -
lpthread
8
DPADD
+= ${
LIBPTHREAD
}
9
10
regress
:
11
@.
/${
PROG
}
12
13
.
include
<
bsd.prog.mk
>