xref: /dragonfly/bin/df/Makefile (revision b2bb7ecf)
1984263bcSMatthew Dillon#	@(#)Makefile	8.3 (Berkeley) 5/8/95
2984263bcSMatthew Dillon# $FreeBSD: src/bin/df/Makefile,v 1.9.2.3 2002/04/05 00:19:21 iedowse Exp $
3984263bcSMatthew Dillon
4984263bcSMatthew DillonPROG=	df
5984263bcSMatthew DillonSRCS=	df.c vfslist.c
6984263bcSMatthew Dillon
7*b2bb7ecfSSascha Wildner.PATH:	${.CURDIR}/../../sbin/mount
8984263bcSMatthew Dillon
9da3084dbSSascha WildnerDPADD=	${LIBUTIL}
10da3084dbSSascha WildnerLDADD=	-lutil
11984263bcSMatthew Dillon
12984263bcSMatthew Dillon.include <bsd.prog.mk>
13