freebsd-dev/usr.sbin/ctm/mkCTM/Makefile
Poul-Henning Kamp 15bc0feba3 Update to current reality.
mkctm.c can replace the guts of mkCTM if anybody feels like it...
1996-05-09 20:54:06 +00:00

19 lines
363 B
Makefile

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>