Home | History | Annotate | Line # | Download | only in df
Makefile revision 1.1.1.2
      1  1.1.1.2  jtc #	@(#)Makefile	8.3 (Berkeley) 5/8/95
      2      1.1  cgd 
      3      1.1  cgd PROG=	df
      4  1.1.1.2  jtc SRCS=	df.c vfslist.c
      5      1.1  cgd BINGRP=	operator
      6      1.1  cgd BINMODE=2555
      7  1.1.1.2  jtc 
      8  1.1.1.2  jtc MOUNT=	${.CURDIR}/../../sbin/mount
      9  1.1.1.2  jtc CFLAGS+= -I${MOUNT}
     10  1.1.1.2  jtc .PATH:	${MOUNT}
     11      1.1  cgd 
     12      1.1  cgd .include <bsd.prog.mk>
     13