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