repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ac(8): Staticize and raise WARNS to 6.
[dragonfly.git]
/
usr.bin
/
cksum
/
Makefile
blob
28b76f7b3582351c07f22887eded1b2cde5d8256
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
9
.
include
<
bsd.prog.mk
>