1 1.15 dholland # $NetBSD: Makefile,v 1.15 2020/12/25 07:00:52 dholland Exp $ 2 1.6 glass # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.10 lukem .include <bsd.own.mk> 5 1.10 lukem 6 1.15 dholland CALENDARS= birthday christian computer history holiday judaic \ 7 1.15 dholland lotr music netbsd usholiday 8 1.15 dholland 9 1.1 cgd PROG= calendar 10 1.15 dholland 11 1.10 lukem .if ${MKSHARE} != "no" 12 1.8 christos FILESDIR=/usr/share/calendar 13 1.15 dholland .for _C_ in ${CALENDARS} 14 1.15 dholland FILES+=${.CURDIR}/calendars/calendar.${_C_} 15 1.15 dholland .endfor 16 1.9 lukem .endif 17 1.1 cgd 18 1.1 cgd .include <bsd.prog.mk> 19