1# $FreeBSD: releng/11.0/lib/libcalendar/Makefile 298107 2016-04-16 07:45:30Z gjb $
2
3PACKAGE=	lib${LIB}
4LIB=	calendar
5
6SRCS=	calendar.c easter.c
7INCS=	calendar.h
8
9MAN=	calendar.3
10
11MLINKS=	calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \
12	calendar.3 gdate.3 calendar.3 jdate.3 \
13	calendar.3 ndaysg.3 calendar.3 ndaysj.3 \
14	calendar.3 week.3 calendar.3 weekday.3
15
16.include <bsd.lib.mk>
17