1999-02-13 05:54:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:54 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
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
PROG= calendar
|
1999-02-13 05:54:17 +03:00
|
|
|
.if ${MKSHARE} != "no"
|
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>
|