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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"