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]
/
minix
/
share
/
Makefile
blob
df43d38bb4e7156f502560d4b0d4ef3e5c3d7cd1
1
# $NetBSD: Makefile,v 1.18 2012/06/14 04:14:36 riz Exp $
2
3
.if
${
MACHINE_ARCH
} ==
"earm"
4
SUBDIR
+=
beaglebone
5
.
endif
# ${MACHINE_ARCH} == "earm"
6
7
.
include
<
bsd.subdir.mk
>