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