xref: /freebsd/usr.sbin/rpc.umntall/Makefile (revision 1b6c76a2fe091c74f08427e6c870851025a9cf67)
1#	@(#)Makefile	8.4 (Berkeley) 6/22/95
2# $FreeBSD$
3
4PROG=	rpc.umntall
5SRCS=	rpc.umntall.c mounttab.c
6MAN=	rpc.umntall.8
7
8.include <bsd.prog.mk>
9