summaryrefslogtreecommitdiffstats
path: root/bin/df/Makefile
blob: 519d04c066038898c2103639a6c312b351bcc188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)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>
OpenPOWER on IntegriCloud