xref: /freebsd/usr.sbin/rpc.umntall/Makefile (revision b78ee15e9f04ae15c3e1200df974473167524d17)
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
8WARNS?= 3
9
10.include <bsd.prog.mk>
11