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]
/
share
/
legal
/
Makefile
blob
e44fc49394e401802f29c053ef0adad05b35bb1f
1
# $NetBSD: Makefile,v 1.1 2005/10/22 06:07:00 hubertf Exp $
2
3
NOOBJ
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.if
${
MKSHARE
} !=
"no"
8
FILES
=
COPYRIGHT
9
FILESDIR
= /
usr
/
share
/
legal
10
.
endif
11
12
.
include
<
bsd.prog.mk
>