svn commit: r254791 - head/sys/modules/vmware/vmxnet3
Ulrich Spoerlein
uqs at FreeBSD.org
Sat Aug 24 15:41:37 UTC 2013
Author: uqs
Date: Sat Aug 24 15:41:36 2013
New Revision: 254791
URL: http://svnweb.freebsd.org/changeset/base/254791
Log:
Include bsd.own.mk before trying to check MK_* values.
Modified:
head/sys/modules/vmware/vmxnet3/Makefile
Modified: head/sys/modules/vmware/vmxnet3/Makefile
==============================================================================
--- head/sys/modules/vmware/vmxnet3/Makefile Sat Aug 24 15:33:17 2013 (r254790)
+++ head/sys/modules/vmware/vmxnet3/Makefile Sat Aug 24 15:41:36 2013 (r254791)
@@ -23,6 +23,8 @@
# SUCH DAMAGE.
#
+.include <bsd.own.mk>
+
.PATH: ${.CURDIR}/../../../dev/vmware/vmxnet3
KMOD= if_vmx
More information about the svn-src-head
mailing list