1 1.13 christos # $NetBSD: Makefile,v 1.13 2008/03/07 19:22:22 christos 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.1 cgd PROG= calendar 7 1.10 lukem .if ${MKSHARE} != "no" 8 1.8 christos FILESDIR=/usr/share/calendar 9 1.8 christos FILES!= echo ${.CURDIR}/calendars/calendar.* 10 1.9 lukem .endif 11 1.13 christos WARNS=4 12 1.1 cgd 13 1.1 cgd .include <bsd.prog.mk> 14