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