blob: a584ef2ca813c82ebbea2b7d33f250f516366203 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.3 2001/12/12 12:24:22 lukem Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= holidays.D.SH isdnd.rates.A isdnd.rates.D isdnd.rates.F \
isdnd.rates.L isdnd.rates.UK.BT isdnd.rc.sample
FILESDIR=/usr/share/examples/isdn
.endif
.include <bsd.prog.mk>
|