mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
And move all the nfs related commands there. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D30754 Sponsored by: Diablotin Systems
11 lines
137 B
Makefile
11 lines
137 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= nfs
|
|
|
|
PROG= nfsstat
|
|
CFLAGS+=-DNFS
|
|
|
|
LIBADD+= devstat xo
|
|
|
|
.include <bsd.prog.mk>
|