mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
16 lines
321 B
Makefile
16 lines
321 B
Makefile
# $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>
|