Makefile revision 3044
1#	@(#)Makefile	8.2 (Berkeley) 4/1/94
2#	$Id$
3
4PROG=	df
5BINGRP=	operator
6BINMODE=2555
7
8.include <bsd.prog.mk>
9