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
Adjust various manual pages for recent work etc.
[dragonfly.git]
/
sbin
/
mount_ext2fs
/
Makefile
blob
62b44656cd63e917df1af01deae997ccce99ef00
1
# @(#)Makefile 8.3 (Berkeley) 3/27/94
2
# $FreeBSD: src/sbin/mount_ext2fs/Makefile,v 1.3.6.1 2001/04/25 10:58:34 ru Exp $
3
4
PROG
=
mount_ext2fs
5
MAN
=
mount_ext2fs
.8
6
7
LDADD
= -
lutil
8
DPADD
= ${
LIBUTIL
}
9
10
.
include
<
bsd.prog.mk
>