repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
bin
/
df
/
Makefile
blob
7f23a8807098fbca7b51bf3bfd8ee88ad4dacba9
1
# $NetBSD: Makefile,v 1.16 2008/03/04 17:59:55 christos Exp $
2
# @(#)Makefile 8.3 (Berkeley) 5/8/95
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
df
7
.PATH
: ${
NETBSDSRCDIR
}/
bin
/
csh
8
SRCS
=
df.c strpct.c
9
10
.
include
<
bsd.prog.mk
>