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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
bsd
/
atf
/
usr.bin
/
atf-check
/
Makefile
blob
8a89961d08fce75541e34fe1a731c54956f8ea9c
1
# $NetBSD$
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-check
10
SRCS
=
atf-check.
cpp
11
MAN
=
atf-check
.1
12
13
LDADD
+= -
latf-c
++ -
latf-c
14
15
WARNS?
=
2
16
17
.
include
<
bsd.prog.mk
>