Deleted Added
full compact
Makefile (79752) Makefile (201381)
1# $FreeBSD: head/lib/libcalendar/Makefile 79752 2001-07-15 06:46:02Z dd $
1# $FreeBSD: head/lib/libcalendar/Makefile 201381 2010-01-02 09:58:07Z ed $
2
3LIB= calendar
2
3LIB= calendar
4WARNS?= 2
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>
4
5SRCS= calendar.c easter.c
6INCS= calendar.h
7
8MAN= calendar.3
9
10MLINKS= 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>