repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build.7: mention "build-all" and "install-all" targets
[dragonfly.git]
/
usr.bin
/
nfsstat
/
Makefile
blob
875177c77f9f45c32e3044622998543adade3715
1
# $FreeBSD: src/usr.bin/nfsstat/Makefile,v 1.1.1.1.14.1 2001/05/25 23:42:08 tmm Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
nfsstat
5
CFLAGS
+=-
DNFS
6
DPADD
= ${
LIBKVM
}
7
LDADD
= -
lkvm
8
WARNS?
=
2
9
10
.
include
<
bsd.prog.mk
>