mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
bdcbfde31e
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
8 lines
146 B
Makefile
8 lines
146 B
Makefile
|
|
PROG= cksum
|
|
SRCS= cksum.c crc.c print.c sum1.c sum2.c crc32.c
|
|
LINKS= ${BINDIR}/cksum ${BINDIR}/sum
|
|
MLINKS= cksum.1 sum.1
|
|
|
|
.include <bsd.prog.mk>
|