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
/
sem
/
Makefile
blob
631ce3441f28ee9b71f3d29227568386acfaf265
1
# $NetBSD: Makefile,v 1.4 2002/09/18 05:41:49 lukem Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
sem
6
LDADD
+= -
lpthread
7
8
regress
:
9
@echo Testing POSIX
1003.1
b semaphores
10
.
/
sem
11
12
.
include
<
bsd.prog.mk
>