summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/mkCTM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ctm/mkCTM/Makefile')
-rw-r--r--usr.sbin/ctm/mkCTM/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.sbin/ctm/mkCTM/Makefile b/usr.sbin/ctm/mkCTM/Makefile
new file mode 100644
index 0000000..39dbad5
--- /dev/null
+++ b/usr.sbin/ctm/mkCTM/Makefile
@@ -0,0 +1,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