xref: /freebsd/bin/df/Makefile (revision 994297b01b98816bea1abf45ae4bac1bc69ee7a0)
1#	@(#)Makefile	8.3 (Berkeley) 5/8/95
2# $FreeBSD$
3
4PACKAGE=runtime
5
6PROG=	df
7SRCS=	df.c
8
9LIBADD=	xo util
10
11.include <bsd.prog.mk>
12