summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncal/Makefile
blob: 7d0212cbd0fee2d2e1f1ded4f17ef5b356635c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$Id$
PROG= ncal
SRCS= ncal.c

CFLAGS+=	-Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic

DPADD+=		${LIBCALENDAR}
LDADD+=		-lcalendar

LINKS=		${BINDIR}/ncal ${BINDIR}/cal
MLINKS=		ncal.1 cal.1

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