summaryrefslogtreecommitdiff
path: root/bin/df/Makefile
blob: d00b17c6df54dbebb179348067e30f13c88c51fa (plain)
1
2
3
4
5
6
7
8
PACKAGE=runtime

PROG=	df
SRCS=	df.c

LIBADD=	xo util

.include <bsd.prog.mk>