BSD 4_4_Lite2 release
[unix-history] / usr / src / bin / df / Makefile
# @(#)Makefile 8.3 (Berkeley) 5/8/95
PROG= df
SRCS= df.c vfslist.c
BINGRP= operator
BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>