svn commit: r312937 - head/lib

Ngie Cooper ngie at FreeBSD.org
Sat Jan 28 23:51:05 UTC 2017


Author: ngie
Date: Sat Jan 28 23:51:03 2017
New Revision: 312937
URL: https://svnweb.freebsd.org/changeset/base/312937

Log:
  Fix typo in lib/Makefile
  
  The SUBDIR_DEPEND variable should be for librpcsec_gss, not
  liblibrpc_gss
  
  MFC after:	1 week
  PR:		216409
  Reported by:	mail at fbsd.e4m.org

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Sat Jan 28 23:47:17 2017	(r312936)
+++ head/lib/Makefile	Sat Jan 28 23:51:03 2017	(r312937)
@@ -106,7 +106,7 @@ SUBDIR_DEPEND_libdevstat= libkvm
 SUBDIR_DEPEND_libdpv= libfigpar ncurses libutil
 SUBDIR_DEPEND_libedit= ncurses
 SUBDIR_DEPEND_libgeom= libexpat libsbuf
-SUBDIR_DEPEND_liblibrpcsec_gss= libgssapi
+SUBDIR_DEPEND_librpcsec_gss= libgssapi
 SUBDIR_DEPEND_libmagic= libz
 SUBDIR_DEPEND_libmemstat= libkvm
 SUBDIR_DEPEND_libopie= libmd


More information about the svn-src-all mailing list