xref: /freebsd/usr.sbin/rpc.umntall/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=	nfs
2
3PROG=	rpc.umntall
4MAN=	rpc.umntall.8
5SRCS=	rpc.umntall.c mounttab.c
6
7WARNS?= 3
8
9.include <bsd.prog.mk>
10