Merge from vendor branch LIBSTDC++:
[dragonfly.git] / usr.bin / ncal / Makefile
1 # $FreeBSD: src/usr.bin/ncal/Makefile,v 1.2 1999/08/28 01:04:25 peter Exp $
2 # $DragonFly: src/usr.bin/ncal/Makefile,v 1.2 2003/06/17 04:29:29 dillon Exp $
3 PROG= ncal
4 SRCS= ncal.c
5
6 CFLAGS+=        -Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic
7
8 DPADD+=         ${LIBCALENDAR}
9 LDADD+=         -lcalendar
10
11 LINKS=          ${BINDIR}/ncal ${BINDIR}/cal
12 MLINKS=         ncal.1 cal.1
13
14 .include <bsd.prog.mk>