1998-09-27 21:22:03 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 1998/09/27 17:22:10 lukem Exp $
|
1995-03-27 12:46:11 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= calendar
|
1998-09-27 21:22:03 +04:00
|
|
|
.if !defined (NOSHARE)
|
1997-03-25 00:57:01 +03:00
|
|
|
FILESDIR=/usr/share/calendar
|
|
|
|
FILES!= echo ${.CURDIR}/calendars/calendar.*
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|