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
indxbib(1): Use FILES instead of beforeinstall target.
[dragonfly.git]
/
sbin
/
mount_std
/
Makefile
blob
b80c22b87e8492a060ac758c11b3276320349243
1
# @(#)Makefile 8.2 (Berkeley) 3/27/94
2
# $FreeBSD: src/sbin/mount_std/Makefile,v 1.4.6.5 2003/02/10 12:21:07 des Exp $
3
4
PROG
=
mount_std
5
MAN
=
mount_std
.8
6
MLINKS
=
mount_std
.8
mount_procfs
.8
7
8
LDADD
= -
lutil
9
DPADD
= ${
LIBUTIL
}
10
11
LINKS
= ${
BINDIR
}/
mount_std
${
BINDIR
}/
mount_procfs
12
13
.
include
<
bsd.prog.mk
>