summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/mkCTM/Makefile
blob: 39dbad5dc318ee177c02e43b37d047ac9be3f311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PROG=	mkctm
SRCS=	mkctm.c bdiff.c
LDADD= -lmd
CFLAGS= -g -Wall

test:	mkctm
	rm -f tst.out*
	time ./mkctm /usr/src /a/stable/src 2>a | md5 -p > ${.CURDIR}/tst.out 
	ls -l ${.CURDIR}/tst.out
	gzip -9 -v tst.out
	ls -l ${.CURDIR}/tst.out.gz
	# cd /usr/src/release && ctm -c -v -v  ${.CURDIR}/tst.out

test1:	mkctm
	time ./mkctm 2>&1 | more

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud