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
custom message for vm_update
[minix3.git]
/
gnu
/
Makefile
blob
0a87a3f143f8ebe68c7a3cb8be0eda821db2007e
1
# $NetBSD: Makefile,v 1.17 2010/12/03 21:38:47 plunky Exp $
2
3
.if defined
(
__MINIX
)
4
SUBDIR
+=
dist
.WAIT
5
.
endif
# defined(__MINIX)
6
SUBDIR
+=
usr.bin
7
8
# Speedup stubs for some subtrees that don't need to run these rules
9
includes-libexec
:
10
@true
11
12
.
include
<
bsd.subdir.mk
>