repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
kyua-testers
/
Makefile
blob
c7453cb9364111f2bc46c4ab97f4b751563c1bb2
1
# $NetBSD: Makefile,v 1.2 2013/02/23 14:58:11 jmmv Exp $
2
3
SUBDIR
=
lib .WAIT libexec share tests
4
5
.for
dir
in libexec share tests
6
includes-
${
dir
}:
.PHONY
7
@true
8
.endfor
9
10
.
include
<
bsd.subdir.mk
>