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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
lib
/
libpthread
/
sigmask4
/
Makefile
blob
ef6aa61a2f9ee79e76a8bb83c03893dfad1a8029
1
# $NetBSD: Makefile,v 1.1 2005/02/26 20:08:14 nathanw Exp $
2
3
WARNS
=
3
4
5
PROG
=
sigmask4
6
7
LDADD
= -
lpthread
8
9
NOMAN
=
10
11
regress
:
12
.
/
sigmask4
13
14
.
include
<
bsd.prog.mk
>