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
Improve the process for GNU tools
[minix3.git]
/
external
/
bsd
/
lutok
/
share
/
Makefile
blob
244eac4be6070562377bd8825809268d192383d7
1
# $NetBSD: Makefile,v 1.1 2013/02/16 21:29:48 jmmv Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.if
${
MKSHARE
} !=
"no"
|| \
6
make
(
clean
)
|| make
(
cleandir
)
|| make
(
distclean
)
|| make
(
obj
)
7
SUBDIR
=
examples
8
.
endif
9
10
.
include
<
bsd.subdir.mk
>