]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/df/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / bin / df / Makefile
1 #       @(#)Makefile    8.3 (Berkeley) 5/8/95
2 # $FreeBSD$
3
4 MOUNT=  ${.CURDIR}/../../sbin/mount
5 .PATH: ${MOUNT}
6
7 PROG=   df
8 SRCS=   df.c vfslist.c
9
10 CFLAGS+= -I${MOUNT}
11
12 DPADD=  ${LIBUTIL}
13 LDADD=  -lutil
14
15 .include <bsd.prog.mk>