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
sbin/hammer/cmd_mirror.c: Stick with style(9) bracing style.
[dragonfly.git]
/
bin
/
sync
/
Makefile
blob
aa5305f281ea01bb468152dd6b6168b9eeebe766
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD: src/bin/sync/Makefile,v 1.6.2.2 2001/08/01 05:27:45 obrien Exp $
3
# $DragonFly: src/bin/sync/Makefile,v 1.4 2005/02/06 06:12:32 okumoto Exp $
4
5
PROG
=
sync
6
MAN
=
sync
.8
7
8
.
include
<
bsd.prog.mk
>