mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
081fb64492
And move all the nfs related commands there. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D30754 Sponsored by: Diablotin Systems
9 lines
84 B
Makefile
9 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= nfs
|
|
|
|
PROG= nfsrevoke
|
|
MAN= nfsrevoke.8
|
|
|
|
.include <bsd.prog.mk>
|