diff options
Diffstat (limited to 'bin/df/Makefile')
| -rw-r--r-- | bin/df/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile index 63991d4c6eb9..df6574ce2adb 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -9,7 +9,7 @@ SRCS= df.c vfslist.c CFLAGS+= -I${MOUNT} -DPADD= ${LIBM} -LDADD= -lm +DPADD= ${LIBUTIL} +LDADD= -lutil .include <bsd.prog.mk> |
