svn commit: r289474 - user/ngie/bug203673/bin/df

Garrett Cooper ngie at FreeBSD.org
Sat Oct 17 22:36:08 UTC 2015


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>


More information about the svn-src-user mailing list