svn commit: r281862 - head/sys/modules/zlib

Craig Rodrigues rodrigc at FreeBSD.org
Wed Apr 22 18:15:19 UTC 2015


Author: rodrigc
Date: Wed Apr 22 18:15:18 2015
New Revision: 281862
URL: https://svnweb.freebsd.org/changeset/base/281862

Log:
  Move zlib.c from net to libkern.

Modified:
  head/sys/modules/zlib/Makefile

Modified: head/sys/modules/zlib/Makefile
==============================================================================
--- head/sys/modules/zlib/Makefile	Wed Apr 22 18:13:28 2015	(r281861)
+++ head/sys/modules/zlib/Makefile	Wed Apr 22 18:15:18 2015	(r281862)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-.PATH: ${.CURDIR}/../../net
+.PATH: ${.CURDIR}/../../libkern
 
 KMOD=	zlib
 SRCS=	zlib.c


More information about the svn-src-all mailing list