diff --git a/bin/df/Makefile b/bin/df/Makefile index bf1c72b884ac..b8e0ffc8c263 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,15 +1,17 @@ # @(#)Makefile 8.3 (Berkeley) 5/8/95 # $FreeBSD$ PACKAGE=runtime MOUNT= ${.CURDIR}/../../sbin/mount +.PATH: ${MOUNT} PROG= df SRCS= df.c CFLAGS+= -I${MOUNT} CFLAGS+= -DMOUNT_CHAR_DEVS +SRCS+= getmntopts.c LIBADD= xo util .include