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