summaryrefslogtreecommitdiffstats
path: root/lib/libcalendar/Makefile
blob: fe41148927a8df4cdfb39752c83e61e7774cd91c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$Id$

LIB=	calendar

SRCS=	calendar.c easter.c

MAN3=   calendar.3

MLINKS=	calendar.3 easterg.3 calendar.3 easterj.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

CFLAGS+=-I. -I${.CURDIR} -Wall

beforeinstall:
	${INSTALL} -C -m 444 -o $(BINOWN) -g $(BINGRP) ${.CURDIR}/calendar.h \
		${DESTDIR}/usr/include

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud