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