]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ncal/Makefile
This commit was generated by cvs2svn to compensate for changes in r66494,
[FreeBSD/FreeBSD.git] / usr.bin / ncal / Makefile
1 # $FreeBSD$
2 PROG= ncal
3 SRCS= ncal.c
4
5 CFLAGS+=        -Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic
6
7 DPADD+=         ${LIBCALENDAR}
8 LDADD+=         -lcalendar
9
10 LINKS=          ${BINDIR}/ncal ${BINDIR}/cal
11 MLINKS=         ncal.1 cal.1
12
13 .include <bsd.prog.mk>