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
/
libexec
/
atf-cleanup
/
Makefile
blob
32bd904cb11e61750df53226110aa5bc96be11cd
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
/
libexec
9
PROG_CXX
=
atf-cleanup
10
SRCS
=
atf-cleanup.
cpp
11
MAN
=
atf-cleanup
.1
12
13
LDADD
+= -
latf-c
++ -
latf-c
14
15
WARNS?
=
2
16
17
.
include
<
bsd.prog.mk
>