1
2PACKAGE=runtime
3
4PROG=	df
5SRCS=	df.c
6
7LIBADD=	xo util
8
9.include <bsd.prog.mk>
10