Home | History | Annotate | Line # | Download | only in df
Makefile revision 1.3
      1 #	@(#)Makefile	5.3 (Berkeley) 5/11/90
      2 #
      3 #	$Header: /tank/opengrok/rsync2/NetBSD/src/bin/df/Makefile,v 1.3 1993/03/23 00:25:38 cgd Exp $
      4 
      5 PROG=	df
      6 CFLAGS+=-DCOMPAT_43
      7 BINGRP=	operator
      8 BINMODE=2555
      9 
     10 .include <bsd.prog.mk>
     11