summaryrefslogtreecommitdiff
path: root/distrib/special/df/Makefile
blob: 2000278e2819c33a31dfbd407c9cc734aea2fae8 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $

PROG=	df
SRCS=	df.c ffs_df.c ext2fs_df.c
LDADD=	-lutil
DPADD=	${LIBUTIL}

.PATH:	${.CURDIR}/../../../bin/df
.include <bsd.prog.mk>