svn commit: r273939 - head/sys/modules

Mark Murray markm at FreeBSD.org
Sat Nov 1 17:52:05 UTC 2014


Author: markm
Date: Sat Nov  1 17:52:04 2014
New Revision: 273939
URL: https://svnweb.freebsd.org/changeset/base/273939

Log:
  Remove duplicate macro settings (probably due to an SVN merge /faux pas/ on my part.
  
  Spotted by: DES
  Approved by:	DES(implicit)

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sat Nov  1 17:22:53 2014	(r273938)
+++ head/sys/modules/Makefile	Sat Nov  1 17:52:04 2014	(r273939)
@@ -606,17 +606,6 @@ _x86bios=	x86bios
 _ixl=		ixl
 _ixlv=		ixlv
 _ntb=		ntb
-_nvd=		nvd
-_nvme=		nvme
-_nvram=		nvram
-_nxge=		nxge
-.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
-_opensolaris=	opensolaris
-.endif
-.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
-_padlock=	padlock
-.endif
-_pccard=	pccard
 _qlxge=		qlxge
 _qlxgb=		qlxgb
 _qlxgbe=	qlxgbe


More information about the svn-src-all mailing list