mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +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
13 lines
168 B
Makefile
13 lines
168 B
Makefile
# @(#)Makefile 8.4 (Berkeley) 6/22/95
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= nfs
|
|
|
|
PROG= rpc.umntall
|
|
MAN= rpc.umntall.8
|
|
SRCS= rpc.umntall.c mounttab.c
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|