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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
tprof
/
Makefile
blob
721f83c64f6898f3950bacf37a908b8b40e22245
1
# $NetBSD: Makefile,v 1.1 2008/01/01 21:33:26 yamt Exp $
2
3
PROG
=
tprof
4
NOMAN
=
5
6
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
sys
/
7
8
LDADD
+= -
lpthread
9
DPADD
+= ${
LIBPTHREAD
}
10
11
.
include
<
bsd.own.mk
>
12
.
include
<
bsd.prog.mk
>