repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
share
/
examples
/
emul
/
svr4
/
etc
/
Makefile
blob
4883f3c589d45fdc8fe2835148d1cd7f9969aaff
1
# $NetBSD: Makefile,v 1.4 2001/12/12 01:49:15 tv Exp $
2
3
NOOBJ
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.if
${
MKSHARE
} !=
"no"
8
FILES
=
SVR4_MAKEDEV netconfig nsswitch.conf
9
FILESDIR
=/
usr
/
share
/
examples
/
emul
/
svr4
/
etc
10
.
endif
11
12
.
include
<
bsd.prog.mk
>