freebsd-dev/usr.bin/calendar/Makefile

23 lines
407 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
.include <src.opts.mk>
PROG= calendar
SRCS= calendar.c locale.c events.c dates.c parsedata.c io.c day.c \
ostern.c paskha.c pom.c sunpos.c
LIBADD= m util
.if ${MK_ICONV} == "yes"
CFLAGS+= -DWITH_ICONV
.endif
FILESGROUPS+= CALS
CALS= calendars/calendar.freebsd
CALSDIR= ${SHAREDIR}/calendar
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>