summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/Makefile
blob: 50f5f761da428de052e43a5548f845ca1ad40e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.15 2020/12/25 07:00:52 dholland Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

.include <bsd.own.mk>

CALENDARS=	birthday christian computer history holiday judaic \
		lotr music netbsd usholiday

PROG=	calendar

.if ${MKSHARE} != "no"
FILESDIR=/usr/share/calendar
.for _C_ in ${CALENDARS}
FILES+=${.CURDIR}/calendars/calendar.${_C_}
.endfor
.endif

.include <bsd.prog.mk>