diff options
Diffstat (limited to 'usr.bin/cksum/Makefile')
-rw-r--r-- | usr.bin/cksum/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/cksum/Makefile b/usr.bin/cksum/Makefile new file mode 100644 index 0000000..d2f09b7 --- /dev/null +++ b/usr.bin/cksum/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= cksum +SRCS= cksum.c crc.c print.c sum1.c sum2.c + +.include <bsd.prog.mk> |