projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Revert "Fix various mistakes (s/it were/it was/) in manual pages."
[dragonfly.git]
/
bin
/
df
/
Makefile
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>