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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
kyua-cli
/
Makefile
blob
be5f2e6ecc70f07802db51ff6a8e84f1991001d3
1
# $NetBSD: Makefile,v 1.2 2013/02/24 03:06:15 jmmv Exp $
2
3
SUBDIR
=
etc lib .WAIT share tests usr.bin
4
5
.for
dir
in share tests usr.bin
6
includes-
${
dir
}:
.PHONY
7
@true
8
.endfor
9
10
.
include
<
bsd.subdir.mk
>