dhcpcd: update README.DRAGONFLY
[dragonfly.git] / lib / libcalendar / Makefile
blob79252fe62d5cfdf3baba3d764e3060445a6d5b8f
1 # $FreeBSD: src/lib/libcalendar/Makefile,v 1.4.2.1 2001/04/25 10:04:20 ru Exp $
3 LIB= calendar
5 SRCS= calendar.c easter.c
6 INCS= calendar.h
7 MAN= calendar.3
9 MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \
10 calendar.3 gdate.3 calendar.3 jdate.3 \
11 calendar.3 ndaysg.3 calendar.3 ndaysj.3 \
12 calendar.3 week.3 calendar.3 weekday.3
14 CFLAGS+=-I. -I${.CURDIR}
16 .include <bsd.lib.mk>