3e11bd9e2a
Reduce overlinking
12 lines
126 B
Makefile
12 lines
126 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= nfsstat
|
|
CFLAGS+=-DNFS
|
|
|
|
LIBADD= kvm
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|