mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
14 lines
298 B
Makefile
14 lines
298 B
Makefile
LIB= calendar
|
|
|
|
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>
|