summaryrefslogtreecommitdiffstats
path: root/bin/df/Makefile
blob: 8f9f5284d94eeab069950174c61b328dfeb2ce7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	@(#)Makefile	8.3 (Berkeley) 5/8/95
# $FreeBSD$

PACKAGE=runtime
MOUNT=	${.CURDIR}/../../sbin/mount
.PATH: ${MOUNT}

PROG=	df
SRCS=	df.c vfslist.c

CFLAGS+= -I${MOUNT}

LIBADD=	xo util

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud