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
hammer - Fix bugs, fix serious snapshot bug, flush adjustments
[dragonfly.git]
/
usr.bin
/
cmp
/
Makefile
blob
67f37727ba9f7bc0ee693a36d302d14b51d541b2
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: head/usr.bin/cmp/Makefile 149388 2005-08-23 13:13:13Z brian $
3
4
PROG
=
cmp
5
SRCS
=
cmp.c link.c misc.c regular.c special.c
6
7
.
include
<
bsd.prog.mk
>