xref: /freebsd/usr.sbin/rpc.umntall/Makefile (revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
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