repo.or.cz
/
dragonfly
/
port-amd64.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Modify assembler to ignore carriage returns in input.
[dragonfly/port-amd64.git]
/
usr.bin
/
nfsstat
/
Makefile
blob
d507235fba552c4ddb8b892ff40e5bc2a3e4264e
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.2 2003/06/17 04:29:30 dillon Exp $
3
# @(#)Makefile 8.1 (Berkeley) 6/6/93
4
5
PROG
=
nfsstat
6
CFLAGS
+=-
DNFS
7
DPADD
= ${
LIBKVM
}
8
LDADD
= -
lkvm
9
10
.
include
<
bsd.prog.mk
>