]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libcalendar/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libcalendar / Makefile
1 # $FreeBSD$
2
3 LIB=    calendar
4
5 SRCS=   calendar.c easter.c
6 INCS=   calendar.h
7
8 MAN=    calendar.3
9
10 MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \
11         calendar.3 gdate.3 calendar.3 jdate.3 \
12         calendar.3 ndaysg.3 calendar.3 ndaysj.3 \
13         calendar.3 week.3 calendar.3 weekday.3
14
15 .include <bsd.lib.mk>