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]
/
lib
/
libpmc
/
Makefile
blob
aabcfad0c0285a84bf0ca146950c845734fff0b0
1
# $NetBSD$
2
3
.
include
<
bsd.own.mk
>
4
5
MAN
=
pmc
.3
6
7
.if exists
(${
.CURDIR
}/
pmc_
${
MACHINE_CPU
}
.c
)
8
LIB
=
pmc
9
SRCS
=
pmc.c
10
SRCS
+=
pmc_
${
MACHINE_CPU
}
.c
11
12
INCS
=
pmc.h
13
INCSDIR
=/
usr
/
include
14
.
include
<
bsd.lib.mk
>
15
.
else
16
.
include
<
bsd.man.mk
>
17
.
endif