summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/Makefile
blob: 6246d2c45b9985c93568a09d2687ebec289c2e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.11 2001/12/04 15:55:32 christos 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
DPADD+=${LIBUTIL}
LDADD+=-lutil

.include <bsd.prog.mk>