repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
atf
/
libexec
/
atf-check
/
Makefile
blob
59e90582fe030996e2074ffc6a2865d32761d096
1
# $NetBSD: Makefile,v 1.3 2014/02/12 04:08:31 jmmv Exp $
2
3
.
include
<
bsd.init.mk
>
4
5
.PATH
: ${
SRCDIR
}/
atf-sh
6
7
BINDIR
= /
usr
/
libexec
8
PROG_CXX
=
atf-check
9
SRCS
=
atf-check.
cpp
10
MAN
=
atf-check
.1
11
12
LDADD
+= -
latf-c
++ -
latf-c
13
DPADD
+= ${
LIBATF_CXX
} ${
LIBATF_C
}
14
15
WARNS?
=
2
16
17
.
include
<
bsd.prog.mk
>