1 # Makefile,v 1.12 2002/11/30 03:10:55 lukem Exp 2 # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 4 .include <bsd.own.mk> 5 6 PROG= calendar 7 .if ${MKSHARE} != "no" 8 FILESDIR=/usr/share/calendar 9 FILES!= echo ${.CURDIR}/calendars/calendar.* 10 .endif 11 WARNS=4 12 13 .include <bsd.prog.mk> 14