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.crunchgen.mk: Simplify mk logic a bit.
[dragonfly.git]
/
bin
/
df
/
Makefile
blob
bedff4e30e434df547bd058ad3b9d37a8fcfd5e6
1
# @(#)Makefile 8.3 (Berkeley) 5/8/95
2
# $FreeBSD: src/bin/df/Makefile,v 1.9.2.3 2002/04/05 00:19:21 iedowse Exp $
3
4
PROG
=
df
5
SRCS
=
df.c vfslist.c
6
7
.PATH
: ${
.CURDIR
}/
..
/
..
/
sbin
/
mount
8
9
DPADD
= ${
LIBUTIL
}
10
LDADD
= -
lutil
11
12
.
include
<
bsd.prog.mk
>