repo.or.cz
/
dfdiff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
silence warnings
[dfdiff.git]
/
usr.bin
/
cksum
/
Makefile
blob
5dd6d17aa3e84b4221f5804d4d84b7de976e9cc4
1
# @(#)Makefile 8.2 (Berkeley) 4/28/95
2
# $DragonFly: src/usr.bin/cksum/Makefile,v 1.2 2007/08/27 16:50:52 pavalos Exp $
3
4
PROG
=
cksum
5
SRCS
=
cksum.c crc.c
print
.c sum1.c sum2.c crc32.c
6
LINKS
= ${
BINDIR
}/
cksum
${
BINDIR
}/
sum
7
MLINKS
=
cksum
.1
sum
.1
8
WARNS?
=
2
9
10
.
include
<
bsd.prog.mk
>