ext2fs: Stop dropping and reacquiring Giant around geom calls.
[freebsd-src.git] / bin / df / Makefile
blob8f9f5284d94eeab069950174c61b328dfeb2ce7f
1 # @(#)Makefile 8.3 (Berkeley) 5/8/95
2 # $FreeBSD$
4 PACKAGE=runtime
5 MOUNT= ${.CURDIR}/../../sbin/mount
6 .PATH: ${MOUNT}
8 PROG= df
9 SRCS= df.c vfslist.c
11 CFLAGS+= -I${MOUNT}
13 LIBADD= xo util
15 .include <bsd.prog.mk>