1
2PACKAGE=	nfs
3
4PROG=	rpc.umntall
5MAN=	rpc.umntall.8
6SRCS=	rpc.umntall.c mounttab.c
7
8WARNS?= 3
9
10.include <bsd.prog.mk>
11