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
/
mit
/
xorg
/
share
/
Makefile
blob
a79fbbf8d6f1daeab52946723b7661fb1042b72c
1
# $NetBSD: Makefile,v 1.2 2010/11/18 18:47:35 tron Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
SUBDIR
=
cf
6
.if
${
MKSHARE
} !=
"no"
|| \
7
make
(
clean
)
|| make
(
cleandir
)
|| make
(
distclean
)
|| make
(
obj
)
8
SUBDIR
+=
fonts man nls
9
.
endif
10
11
.
include
<
bsd.subdir.mk
>