diff options
Diffstat (limited to 'lib/libcalendar/Makefile')
-rw-r--r-- | lib/libcalendar/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libcalendar/Makefile b/lib/libcalendar/Makefile new file mode 100644 index 0000000..8bba20b --- /dev/null +++ b/lib/libcalendar/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +LIB= calendar +WARNS?= 2 + +SRCS= calendar.c easter.c +INCS= calendar.h + +MAN= calendar.3 + +MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \ + calendar.3 gdate.3 calendar.3 jdate.3 \ + calendar.3 ndaysg.3 calendar.3 ndaysj.3 \ + calendar.3 week.3 calendar.3 weekday.3 + +.include <bsd.lib.mk> |