Home | History | Annotate | Line # | Download | only in df
Makefile revision 1.4
      1 #	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
      2 #	$Id: Makefile,v 1.4 1993/08/01 05:47:43 mycroft Exp $
      3 
      4 PROG=	df
      5 CFLAGS+=-DCOMPAT_43
      6 BINGRP=	operator
      7 BINMODE=2555
      8 
      9 .include <bsd.prog.mk>
     10