freebsd-dev/bin/df/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
128 B
Makefile
Raw Normal View History

# @(#)Makefile 8.3 (Berkeley) 5/8/95
# $FreeBSD$
1994-05-26 06:18:55 +00:00
PACKAGE=runtime
1994-05-26 06:18:55 +00:00
PROG= df
SRCS= df.c
LIBADD= xo util
1994-05-26 06:18:55 +00:00
.include <bsd.prog.mk>