freebsd-dev/usr.bin/ncal/Makefile
Xin LI c49d3c9bac Remove unnecessary SRCS= where could be guessed directly by our
bsd.*.mk infrasture.

Obtained from:	ru
2005-01-27 14:52:47 +00:00

13 lines
157 B
Makefile

# $FreeBSD$
PROG= ncal
DPADD= ${LIBCALENDAR}
LDADD= -lcalendar
WARNS?= 1
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
MLINKS= ncal.1 cal.1
.include <bsd.prog.mk>