repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
bin
/
df
/
Makefile
blob
e3c5edb6064b1c8dbd3e11a2e6b89508e11ddf95
1
# $NetBSD: Makefile,v 1.19 2011/08/28 08:20:58 christos Exp $
2
# @(#)Makefile 8.3 (Berkeley) 5/8/95
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
df
7
8
LDADD
+=-
lutil
9
DPADD
+=${
LIBUTIL
}
10
11
.
include
<
bsd.prog.mk
>