]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/calendar/Makefile
Merge llvm-project release/17.x llvmorg-17.0.3-0-g888437e1b600
[FreeBSD/FreeBSD.git] / usr.bin / calendar / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   calendar
5 SRCS=   calendar.c locale.c events.c dates.c parsedata.c io.c day.c \
6         ostern.c paskha.c pom.c sunpos.c
7 LIBADD= m util
8
9 .if ${MK_ICONV} == "yes"
10 CFLAGS+=        -DWITH_ICONV
11 .endif
12
13 FILESGROUPS+=   CALS
14 CALS=   calendars/calendar.freebsd
15 CALSDIR=        ${SHAREDIR}/calendar
16
17 HAS_TESTS=
18 SUBDIR.${MK_TESTS}+= tests
19
20 .include <bsd.prog.mk>