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