37fc2fa18f
No Minix-specific changes needed. Change-Id: I9e68983104efb20ab8e946df3bce189d99ab2deb
12 lines
263 B
Makefile
12 lines
263 B
Makefile
# $NetBSD: Makefile,v 1.14 2009/04/14 22:15:17 lukem Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= calendar
|
|
.if ${MKSHARE} != "no"
|
|
FILESDIR=/usr/share/calendar
|
|
FILES!= echo ${.CURDIR}/calendars/calendar.*
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|