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
/
librt
/
sem
/
Makefile
blob
e9bcd9bd82f653f00fb5e2a7c6b93b5ec3d6792c
1
# $NetBSD$
2
3
WARNS?
=
1
4
NOMAN
=
# defined
5
6
PROG
=
sem
7
LDADD
+= -
lrt
8
9
regress
:
10
@echo Testing POSIX
1003.1
b semaphores
11
.
/
sem
12
13
.
include
<
bsd.prog.mk
>