daaf575910
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
16 lines
311 B
Makefile
16 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|