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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
regress
/
sys
/
kern
/
select
/
Makefile
blob
f6e05888219685a2c128df5c1b643273ce7bcfb8
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
PROG
=
select
6
WARNS?
=
4
7
8
LDADD
= -
lpthread
9
10
regress
:
11
@if
${
.OBJDIR
}/
select
5
;
then \
12
echo
"PASSED"
;
\
13
else
\
14
echo
"FAILED"
;
\
15
fi
16
17
.
include
<
bsd.prog.mk
>