freebsd-dev/usr.bin/ncal/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
194 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1997-12-15 20:35:22 +00:00
.include <src.opts.mk>
PROG= ncal
1997-12-15 20:35:22 +00:00
LIBADD= calendar tinfow
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
MLINKS= ncal.1 cal.1
1997-12-15 20:35:22 +00:00
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
1997-12-15 20:35:22 +00:00
.include <bsd.prog.mk>