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]
/
external
/
bsd
/
atf
/
usr.bin
/
atf-config
/
Makefile
blob
df49bbd6cd15dad7d73bee5dbd2f1d3fdc1efa0c
1
# $NetBSD: Makefile,v 1.2 2008/05/01 15:35:14 jmmv Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
SRCDIR
= ${
NETBSDSRCDIR
}/
external
/
bsd
/
atf
/
dist
6
.PATH
: ${
SRCDIR
}/
tools
7
8
BINDIR
= /
usr
/
bin
9
PROG_CXX
=
atf-config
10
SRCS
=
atf-config.
cpp
11
MAN
=
atf-config
.1
12
13
LDADD
+= -
latf-c
++ -
latf-c
14
15
WARNS?
=
2
16
17
.
include
<
bsd.prog.mk
>