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
sys: Some whitespace cleanup.
[dragonfly.git]
/
sbin
/
dumpfs
/
Makefile
blob
201f84ebe98c58f7ab1a7cb37450c1a31747ac01
1
# @(#)Makefile 8.1 (Berkeley) 6/5/93
2
# $FreeBSD: src/sbin/dumpfs/Makefile,v 1.2.14.1 2001/04/25 10:58:16 ru Exp $
3
# $DragonFly: src/sbin/dumpfs/Makefile,v 1.4 2006/10/17 00:55:40 pavalos Exp $
4
5
PROG
=
dumpfs
6
MAN
=
dumpfs
.8
7
8
.
include
<
bsd.prog.mk
>