#	@(#)Makefile	5.4 (Berkeley) 3/1/92

PROG=	df
SRCS=	df.c getbsize.c
CFLAGS+=-DCOMPAT_43
BINGRP=	operator
BINMODE=2555

.include <bsd.prog.mk>
