3d7b0d842d
- A couple of tests to check if the layout of the generated calenders is correct. - A couple of tests to see if impossible combinations for -3, -A, -m, -y etc properly abort. - A couple of test to confirm that the order of -A, -B, -3 etc give the right number of months.
10 lines
181 B
Makefile
10 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= apply calendar comm file2c join jot m4 ncal printf sed tr \
|
|
uudecode uuencode xargs
|
|
.if !defined(AUTOMATED)
|
|
SUBDIR+= lastcomm
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|