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 _______________________________________________ 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"