Module Name: src Committed By: kamil Date: Sun Feb 25 10:17:12 UTC 2018
Modified Files: src/sys/modules: Makefile Log Message: Remove ksem module reference This does not exist in HEAD. It looks like accidentally committed in: Add new modules (for i386 and amd64 only) for the imcsmb SMBus driver. src/sys/modules/Makefile r1.200 To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/modules/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/modules/Makefile diff -u src/sys/modules/Makefile:1.200 src/sys/modules/Makefile:1.201 --- src/sys/modules/Makefile:1.200 Sun Feb 25 08:20:28 2018 +++ src/sys/modules/Makefile Sun Feb 25 10:17:12 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2018/02/25 08:20:28 pgoyette Exp $ +# $NetBSD: Makefile,v 1.201 2018/02/25 10:17:12 kamil Exp $ .include <bsd.own.mk> @@ -76,7 +76,6 @@ SUBDIR+= iic SUBDIR+= ip_ecn SUBDIR+= ipl SUBDIR+= kernfs -SUBDIR+= ksem SUBDIR+= layerfs SUBDIR+= lfs SUBDIR+= lua