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
Obfuscate RCS ID matching so that CVS doesn't expand it.
[netbsd-mini2440.git]
/
share
/
examples
/
isdn
/
Makefile
blob
60c3aa38d6234bc9c3c3fbb67b4f8aacced32c4b
1
# $NetBSD: Makefile,v 1.2 2001/12/12 01:49:16 tv Exp $
2
3
NOOBJ
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.if
${
MKSHARE
} !=
"no"
8
FILES
=
holidays.D.SH isdnd.rates.A isdnd.rates.D isdnd.rates.F \
9
isdnd.rates.L isdnd.rates.UK.BT isdnd.rc.sample
10
FILESDIR
=/
usr
/
share
/
examples
/
isdn
11
.
endif
12
13
.
include
<
bsd.prog.mk
>