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
forced commit to test new log_accum.pl script
[dragonfly.git]
/
usr.bin
/
cmp
/
Makefile
blob
784a2939c41bd10571e84e20195ef92694e79aae
1
# $FreeBSD: src/usr.bin/cmp/Makefile,v 1.2.6.1 2001/11/21 10:47:54 dwmalone Exp $
2
# $DragonFly: src/usr.bin/cmp/Makefile,v 1.3 2005/01/16 04:28:00 cpressey Exp $
3
# @(#)Makefile 8.1 (Berkeley) 6/6/93
4
5
PROG
=
cmp
6
WARNS?
=
6
7
SRCS
=
cmp.c misc.c regular.c special.c
8
9
.
include
<
bsd.prog.mk
>