freebsd-dev/usr.sbin/rpc.umntall/Makefile
Emmanuel Vadot 081fb64492 pkgbase: Create a FreeBSD-nfs package
And move all the nfs related commands there.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D30754
Sponsored by:	Diablotin Systems
2021-06-19 17:49:50 +02:00

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>