repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sbin
/
tunefs
/
Makefile
blob
64c9262ab282cb5be504ab21b56d0efb0a9632dd
1
# $NetBSD: Makefile,v 1.13 2005/02/09 06:26:13 xtraeme Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
tunefs
7
MAN
=
tunefs
.8
8
SRCS
=
tunefs.c ffs_bswap.c
9
LDADD
+=-
lutil
10
11
.PATH
: ${
NETBSDSRCDIR
}/
sys
/
ufs
/
ffs
12
13
.
include
<
bsd.prog.mk
>