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]
/
usr.bin
/
nfsstat
/
Makefile
blob
4595da7ecc3b80445f676548378fa41fa12feb13
1
# $NetBSD: Makefile,v 1.6 1997/10/24 09:00:52 lukem Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
nfsstat
5
CPPFLAGS
+=-
DNFS
6
DPADD
= ${
LIBKVM
}
7
LDADD
= -
lkvm
8
9
.
include
<
bsd.prog.mk
>