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
bsd-family-tree: Sync yet again with FreeBSD.
[dragonfly.git]
/
sbin
/
mount
/
Makefile
blob
a2b591bc9f0da01c63aee91931f0c748eb702caa
1
# @(#)Makefile 8.6 (Berkeley) 5/8/95
2
# $FreeBSD: src/sbin/mount/Makefile,v 1.9.2.1 2001/04/25 10:58:33 ru Exp $
3
4
PROG
=
mount
5
SRCS
=
mount.c vfslist.c
6
MAN
=
mount
.8
7
8
LDADD
= -
lutil
9
DPADD
= ${
LIBUTIL
}
10
11
DPADD
= ${
LIBUTIL
}
12
LDADD
= -
lutil
13
14
.
include
<
bsd.prog.mk
>