summaryrefslogtreecommitdiff
path: root/usr.bin/cksum/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-05-02 17:55:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-05-02 17:55:10 +0000
commit1362a491e6cdbf6b347f48830ba066c25dc3b30a (patch)
tree106529e6914d2a791c89d9f748e9a34ef861b592 /usr.bin/cksum/Makefile
parent94ae62e9ab5dcd7350e970747bac368ac7a6f27c (diff)
cksum has been superceded by the md5 driver
Diffstat (limited to 'usr.bin/cksum/Makefile')
-rw-r--r--usr.bin/cksum/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/cksum/Makefile b/usr.bin/cksum/Makefile
deleted file mode 100644
index 1671de525ac..00000000000
--- a/usr.bin/cksum/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:39 deraadt Exp $
-
-PROG= cksum
-SRCS= cksum.c crc.c print.c sum1.c sum2.c
-LINKS= ${BINDIR}/cksum ${BINDIR}/sum
-MLINKS= cksum.1 sum.1
-
-.include <bsd.prog.mk>