Merge from Lite2. Straightforward changes.

This commit is contained in:
bde 1997-03-13 17:29:08 +00:00
parent 4bfafc88e8
commit 2eaf7f70e5

View File

@ -1,8 +1,13 @@
# @(#)Makefile 8.2 (Berkeley) 4/1/94
# $Id$
# @(#)Makefile 8.3 (Berkeley) 5/8/95
# $Id: Makefile,v 1.4 1997/02/22 14:02:55 peter Exp $
PROG= df
SRCS= df.c vfslist.c
BINGRP= operator
BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>