summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/mkCTM/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-09 20:54:06 +0000
committerphk <phk@FreeBSD.org>1996-05-09 20:54:06 +0000
commitc78351df10aca1c5dba5dbed4c4dd74d6d886e64 (patch)
tree95333b2d9869addb9278cbb4d9e4edb801543a7e /usr.sbin/ctm/mkCTM/Makefile
parent9ea36adbecaec6093c2c6769fbc0e405e5618487 (diff)
downloadFreeBSD-src-c78351df10aca1c5dba5dbed4c4dd74d6d886e64.zip
FreeBSD-src-c78351df10aca1c5dba5dbed4c4dd74d6d886e64.tar.gz
Update to current reality.
mkctm.c can replace the guts of mkCTM if anybody feels like it...
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