summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncal/Makefile
blob: 569453240d60184fb2ee6345250e78d9afe59cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
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