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
MFC r1.12 (HEAD):
[dragonfly.git]
/
sbin
/
tunefs
/
Makefile
blob
14fb7845c7d4960891b3e207b2b60a7b6c0fe630
1
# @(#)Makefile 8.1 (Berkeley) 6/5/93
2
# $FreeBSD: src/sbin/tunefs/Makefile,v 1.2.14.2 2001/07/30 10:38:09 dd Exp $
3
# $DragonFly: src/sbin/tunefs/Makefile,v 1.4 2006/10/17 00:55:44 pavalos Exp $
4
5
PROG
=
tunefs
6
MAN
=
tunefs
.8
7
8
.
include
<
bsd.prog.mk
>