xref: /freebsd/usr.sbin/rpc.umntall/Makefile (revision 53b70c86)
1#	@(#)Makefile	8.4 (Berkeley) 6/22/95
2# $FreeBSD$
3
4PACKAGE=	nfs
5
6PROG=	rpc.umntall
7MAN=	rpc.umntall.8
8SRCS=	rpc.umntall.c mounttab.c
9
10WARNS?= 3
11
12.include <bsd.prog.mk>
13