]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - bin/df/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>