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/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/usr.sbin/ctm/mkCTM/Makefile b/usr.sbin/ctm/mkCTM/Makefile
deleted file mode 100644
index cefd704..0000000
--- a/usr.sbin/ctm/mkCTM/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $FreeBSD$
-
-PROG= mkctm
-NO_MAN=
-
-DPADD= ${LIBMD}
-LDADD= -lmd
-
-test: mkctm
- rm -f tst.out*
- time ./mkctm -v -v /3c/210src /a/r1/usr/src \
- 2>a | md5 -p > /a/tst.out
- ls -l /a/tst.out
- gzip -9 -v /a/tst.out
- ls -l /a/tst.out.gz
- # cd /usr/src/release && ctm -c -v -v ${.CURDIR}/tst.out
-
-test1: mkctm
- rm -f tst.out*
- time ./mkctm -v -v /3c/210src /home/ncvs/src \
- 2> b | md5 -p > /a/tst2.out
- ls -l /a/tst2.out
- gzip -9 -v /a/tst2.out
- ls -l /a/tst2.out.gz
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud