repo.or.cz
/
dragonfly
/
netmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove unused variables.
[dragonfly/netmp.git]
/
usr.bin
/
nfsstat
/
Makefile
blob
a075fc3560f6e7cde42ccd8ef29f394d8256ae35
1
# $FreeBSD: src/usr.bin/nfsstat/Makefile,v 1.1.1.1.14.1 2001/05/25 23:42:08 tmm Exp $
2
# $DragonFly: src/usr.bin/nfsstat/Makefile,v 1.3 2007/08/27 16:50:57 pavalos Exp $
3
# @(#)Makefile 8.1 (Berkeley) 6/6/93
4
5
PROG
=
nfsstat
6
CFLAGS
+=-
DNFS
7
DPADD
= ${
LIBKVM
}
8
LDADD
= -
lkvm
9
WARNS?
=
1
10
11
.
include
<
bsd.prog.mk
>