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