freebsd-dev/usr.bin/ncal/Makefile

14 lines
238 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1997-12-15 20:35:22 +00:00
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>