aboutsummaryrefslogtreecommitdiff
path: root/bin/df/Makefile
blob: 2735fd835a1c2d85d72ad8e643fad0045c2a988f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.3 (Berkeley) 5/8/95

PACKAGE=runtime

PROG=	df
SRCS=	df.c

LIBADD=	xo util

.include <bsd.prog.mk>