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
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
gnu
/
lib
/
libobjc
/
thread
/
Makefile
blob
4e1b15695847b6b30492ef7f64eac7b41791d5b5
1
# $NetBSD: Makefile,v 1.1 2008/02/08 20:04:50 christos Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
thread
6
WARNS?
=
4
7
CFLAGS
+=-
pthread
8
LDFLAGS
+=-
pthread
9
DPADD
+=${
LIBOBJC
}
10
LDADD
+=-
lobjc
11
12
regress
: ${
PROG
}
13
.
/${
PROG
}
14
15
.
include
<
bsd.prog.mk
>