Makefile revision 1.7
1#	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
2#	$Id: Makefile,v 1.7 1994/01/28 00:22:37 cgd Exp $
3
4PROG=	df
5CFLAGS+=-DCOMPAT_43
6BINGRP=	operator
7BINMODE=2555
8
9.include <bsd.prog.mk>
10