Date: Sat, 17 Oct 2015 22:36:07 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r289474 - user/ngie/bug203673/bin/df Message-ID: <201510172236.t9HMa7Mj013270@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sat Oct 17 22:36:07 2015 New Revision: 289474 URL: https://svnweb.freebsd.org/changeset/base/289474 Log: df also needs libutil Modified: user/ngie/bug203673/bin/df/Makefile Modified: user/ngie/bug203673/bin/df/Makefile ============================================================================== --- user/ngie/bug203673/bin/df/Makefile Sat Oct 17 22:33:11 2015 (r289473) +++ user/ngie/bug203673/bin/df/Makefile Sat Oct 17 22:36:07 2015 (r289474) @@ -9,6 +9,6 @@ SRCS= df.c vfslist.c CFLAGS+= -I${MOUNT} -LIBADD= xo +LIBADD= util xo .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510172236.t9HMa7Mj013270>