xref: /openbsd/bin/df/Makefile (revision 5e2e4d53)
1#	$OpenBSD: Makefile,v 1.8 2003/05/26 18:02:32 ian Exp $
2
3PROG=	df
4SRCS=	df.c ffs_df.c ext2fs_df.c
5LDADD=	-lutil
6DPADD=	${LIBUTIL}
7
8.include <bsd.prog.mk>
9