]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/calendar/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / usr.bin / calendar / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   calendar
7 SRCS=   calendar.c locale.c events.c dates.c parsedata.c io.c day.c \
8         ostern.c paskha.c pom.c sunpos.c
9 LIBADD= m util
10
11 .if ${MK_ICONV} == "yes"
12 CFLAGS+=        -DWITH_ICONV
13 .endif
14
15 FILESGROUPS+=   CALS
16 CALS=   calendars/calendar.freebsd
17 CALSDIR=        ${SHAREDIR}/calendar
18
19 HAS_TESTS=
20 SUBDIR.${MK_TESTS}+= tests
21
22 .include <bsd.prog.mk>